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
FieldsModifier and TypeFieldDescriptionstatic final DeliveryReportErrorCodeMMS only, the request failed due to a bad media URL.static final DeliveryReportErrorCodeThe account is blocked.static final DeliveryReportErrorCodeMessage was cancelled by user before reaching SMSC.static final DeliveryReportErrorCodeMMS only, message reached MMSC but it is not supported.static final DeliveryReportErrorCodeMMS only, message reached MMSC but was rejected by MMS gateway or mobile network.static final DeliveryReportErrorCodeMMS only, message reached MMSC but the destination network or the mobile subscriber cannot be reached.static final DeliveryReportErrorCodeMMS only, message reached MMSC but the handset of the mobile subscriber does not recognize the message content.static final DeliveryReportErrorCodeMessage has been dispatched to SMSC.static final DeliveryReportErrorCodeMessage failed as the number of message parts exceeds the defined max number of message parts.static final DeliveryReportErrorCodeAn unexpected error caused the message to fail.static final DeliveryReportErrorCodeMessage was expired before reaching SMSC.static final DeliveryReportErrorCodeSMSC rejected the message.static final DeliveryReportErrorCodeSMSC rejected message.static final DeliveryReportErrorCodeMessage is queued within REST API system and will be dispatched according to the rate of the account.static final DeliveryReportErrorCodeMessage failed because of temporary delivery failure.static final DeliveryReportErrorCodeNo default originator exists/configured for this recipient when sending message without originator.static final DeliveryReportErrorCodeOne or more parameters in the message body has no mapping for this recipient.static final DeliveryReportErrorCodeSMSC rejected the message. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryReportErrorCodestatic Integerstatic 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
-