Uses of Class
com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
Package
Description
SMS API related models
SMS API requests related models
-
Uses of DeliveryReportErrorCode in com.sinch.sdk.domains.sms.models
Modifier and TypeFieldDescriptionstatic final DeliveryReportErrorCode
DeliveryReportErrorCode.BAD_MEDIA
MMS only, the request failed due to a bad media URL.static final DeliveryReportErrorCode
DeliveryReportErrorCode.BLOCKED
The account is blocked.static final DeliveryReportErrorCode
DeliveryReportErrorCode.CANCELLED
Message was cancelled by user before reaching SMSC.static final DeliveryReportErrorCode
DeliveryReportErrorCode.DELIVERY_REPORT_NOT_SUPPORTED
MMS only, message reached MMSC but it is not supported.static final DeliveryReportErrorCode
DeliveryReportErrorCode.DELIVERY_REPORT_REJECTED
MMS only, message reached MMSC but was rejected by MMS gateway or mobile network.static final DeliveryReportErrorCode
DeliveryReportErrorCode.DELIVERY_REPORT_UNREACHABLE
MMS only, message reached MMSC but the destination network or the mobile subscriber cannot be reached.static final DeliveryReportErrorCode
DeliveryReportErrorCode.DELIVERY_REPORT_UNRECOGNIZED
MMS only, message reached MMSC but the handset of the mobile subscriber does not recognize the message content.static final DeliveryReportErrorCode
DeliveryReportErrorCode.DISPATCHED
Message has been dispatched to SMSC.static final DeliveryReportErrorCode
DeliveryReportErrorCode.EXCEEDED_PARTS_LIMIT
Message failed as the number of message parts exceeds the defined max number of message parts.static final DeliveryReportErrorCode
DeliveryReportErrorCode.INTERNAL_ERROR
An unexpected error caused the message to fail.static final DeliveryReportErrorCode
DeliveryReportErrorCode.INTERNAL_EXPIRY
Message was expired before reaching SMSC.static final DeliveryReportErrorCode
DeliveryReportErrorCode.INTERNAL_REJECT
SMSC rejected the message.static final DeliveryReportErrorCode
DeliveryReportErrorCode.MESSAGE_UNROUTABLE
SMSC rejected message.static final DeliveryReportErrorCode
DeliveryReportErrorCode.QUEUED
Message is queued within REST API system and will be dispatched according to the rate of the account.static final DeliveryReportErrorCode
DeliveryReportErrorCode.TEMPORARY_DELIVERY_FAILURE
Message failed because of temporary delivery failure.static final DeliveryReportErrorCode
DeliveryReportErrorCode.UNMATCHED_DEFAULT_ORIGINATOR
No default originator exists/configured for this recipient when sending message without originator.static final DeliveryReportErrorCode
DeliveryReportErrorCode.UNMATCHED_PARAMETER
One or more parameters in the message body has no mapping for this recipient.static final DeliveryReportErrorCode
DeliveryReportErrorCode.UNPROVISIONED_REGION
SMSC rejected the message.Modifier and TypeMethodDescriptionstatic DeliveryReportErrorCode
DeliveryReportRecipient.getCode()
Modifier and TypeMethodDescriptionstatic Stream
<DeliveryReportErrorCode> DeliveryReportErrorCode.values()
Modifier and TypeMethodDescriptionDeliveryReportRecipient.Builder.setCode
(DeliveryReportErrorCode code) static Integer
DeliveryReportErrorCode.valueOf
(DeliveryReportErrorCode e) ModifierConstructorDescriptionDeliveryReportRecipient
(String batchId, String clientReference, Instant at, DeliveryReportErrorCode code, String recipient, DeliveryReportStatus status, String appliedOriginator, DeliveryReportRecipientEncoding encoding, Integer numberOfMessageParts, String operator, Instant operatorStatusAt) Recipient Delivery Report RecipientDeliveryReportRecipientMMS
(String batchId, String clientReference, Instant at, DeliveryReportErrorCode code, String recipient, DeliveryReportStatus status, String appliedOriginator, DeliveryReportRecipientEncoding encoding, Integer numberOfMessageParts, String operator, Instant operatorStatusAt) Recipient Delivery Report for MMSDeliveryReportRecipientSMS
(String batchId, String clientReference, Instant at, DeliveryReportErrorCode code, String recipient, DeliveryReportStatus status, String appliedOriginator, DeliveryReportRecipientEncoding encoding, Integer numberOfMessageParts, String operator, Instant operatorStatusAt) Recipient Delivery Report for SMS -
Uses of DeliveryReportErrorCode in com.sinch.sdk.domains.sms.models.requests
Modifier and TypeMethodDescriptionDeliveryReportListRequestParameters.Builder.setCodes
(Collection<DeliveryReportErrorCode> codes)