java.lang.Object
es.kukenan.smartfi.microservice.communication.service.domain.NotificationError

public class NotificationError extends Object
DTO for a error.
  • Field Details

    • code

      private String code
      Error code.
    • externalCode

      private String externalCode
      Provider error code.
    • message

      private String message
      Error message.
  • Constructor Details

    • NotificationError

      public NotificationError()