Uses of Class
es.kukenan.smartfi.microservice.communication.service.domain.NotificationError
Packages that use NotificationError
Package
Description
Services and related beans and dependencies.
Mailjet implementations for notification provider contracts.
-
Uses of NotificationError in es.kukenan.smartfi.microservice.communication.service.domain
Fields in es.kukenan.smartfi.microservice.communication.service.domain with type parameters of type NotificationErrorModifier and TypeFieldDescriptionprivate List<NotificationError>NotificationResponse.errorsAn optional list of errors during delivery returned by the provider. -
Uses of NotificationError in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet that return types with arguments of type NotificationErrorModifier and TypeMethodDescriptionprivate List<NotificationError>MailjetMailNotificationHandler.mapErrorsMessage(MessageProcessInfo message) Map response errors into aNotificationErrorlist.private List<NotificationError>MailjetSmsNotificationHandler.mapErrorsMessage(SmsStatus smsStatus) Map response errors into aNotificationErrorlist.