Package com.sinch.sdk.domains.sms.models
Class DeliveryReportErrorCode
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<Integer,DeliveryReportErrorCode>
com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
Applied encoding for message.
- Since:
- 1.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DeliveryReportErrorCode
MMS only, the request failed due to a bad media URL.static final DeliveryReportErrorCode
The account is blocked.static final DeliveryReportErrorCode
Message was cancelled by user before reaching SMSC.static final DeliveryReportErrorCode
MMS only, message reached MMSC but it is not supported.static final DeliveryReportErrorCode
MMS only, message reached MMSC but was rejected by MMS gateway or mobile network.static final DeliveryReportErrorCode
MMS only, message reached MMSC but the destination network or the mobile subscriber cannot be reached.static final DeliveryReportErrorCode
MMS only, message reached MMSC but the handset of the mobile subscriber does not recognize the message content.static final DeliveryReportErrorCode
Message has been dispatched to SMSC.static final DeliveryReportErrorCode
Message failed as the number of message parts exceeds the defined max number of message parts.static final DeliveryReportErrorCode
An unexpected error caused the message to fail.static final DeliveryReportErrorCode
Message was expired before reaching SMSC.static final DeliveryReportErrorCode
SMSC rejected the message.static final DeliveryReportErrorCode
SMSC rejected message.static final DeliveryReportErrorCode
Message is queued within REST API system and will be dispatched according to the rate of the account.static final DeliveryReportErrorCode
Message failed because of temporary delivery failure.static final DeliveryReportErrorCode
No default originator exists/configured for this recipient when sending message without originator.static final DeliveryReportErrorCode
One or more parameters in the message body has no mapping for this recipient.static final DeliveryReportErrorCode
SMSC rejected the message. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryReportErrorCode
static Integer
static Stream
<DeliveryReportErrorCode> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
QUEUED
Message is queued within REST API system and will be dispatched according to the rate of the account. -
DISPATCHED
Message has been dispatched to SMSC. -
MESSAGE_UNROUTABLE
SMSC rejected message. Retrying is likely to cause the same error. -
INTERNAL_ERROR
An unexpected error caused the message to fail. -
TEMPORARY_DELIVERY_FAILURE
Message failed because of temporary delivery failure. Message can be retried. -
UNMATCHED_PARAMETER
One or more parameters in the message body has no mapping for this recipient. See Message Parameterization -
INTERNAL_EXPIRY
Message was expired before reaching SMSC. This may happen if the expiry time for the message was very short. -
CANCELLED
Message was cancelled by user before reaching SMSC. -
INTERNAL_REJECT
SMSC rejected the message. Retrying is likely to cause the same error. -
UNMATCHED_DEFAULT_ORIGINATOR
No default originator exists/configured for this recipient when sending message without originator. -
EXCEEDED_PARTS_LIMIT
Message failed as the number of message parts exceeds the defined max number of message parts. -
UNPROVISIONED_REGION
SMSC rejected the message. The account hasn't been provisioned for this region. -
BLOCKED
The account is blocked. Reach out to support for help. Potentially out of credits. -
BAD_MEDIA
MMS only, the request failed due to a bad media URL. It is possible that the URL was unreachable, or sent a bad response. -
DELIVERY_REPORT_REJECTED
MMS only, message reached MMSC but was rejected by MMS gateway or mobile network. -
DELIVERY_REPORT_NOT_SUPPORTED
MMS only, message reached MMSC but it is not supported. -
DELIVERY_REPORT_UNREACHABLE
MMS only, message reached MMSC but the destination network or the mobile subscriber cannot be reached. -
DELIVERY_REPORT_UNRECOGNIZED
MMS only, message reached MMSC but the handset of the mobile subscriber does not recognize the message content.
-
-
Method Details
-
values
-
from
-
valueOf
-