Uses of Class
com.sinch.sdk.domains.conversation.models.v1.ReasonCode
Package
Description
Conversation models for V1 endpoints
-
Uses of ReasonCode in com.sinch.sdk.domains.conversation.models.v1
Modifier and TypeFieldDescriptionstatic final ReasonCode
ReasonCode.BAD_REQUEST
Conversation API validates send requests in two different stages.static final ReasonCode
ReasonCode.CHANNEL_BAD_CONFIGURATION
The configuration of the channel for the used App is wrong.static final ReasonCode
ReasonCode.CHANNEL_CONFIGURATION_MISSING
The configuration of the channel is missing from the used App.static final ReasonCode
ReasonCode.CHANNEL_FAILURE
The channel failed to accept the message.static final ReasonCode
ReasonCode.CHANNEL_REJECT
Generic error for channel permanently rejecting a message.static final ReasonCode
ReasonCode.CONTACT_NOT_FOUND
The provided Contact ID did not exist.static final ReasonCode
ReasonCode.DELIVERY_REJECTED_DUE_TO_POLICY
The message or event was rejected by the channel due to a policy.static final ReasonCode
ReasonCode.DELIVERY_TIMED_OUT
The message delivery, or event delivery, failed due to a channel-imposed timeout.static final ReasonCode
ReasonCode.INTERNAL_ERROR
An internal error occurred.static final ReasonCode
ReasonCode.MEDIA_NOT_REACHABLE
The provided media link was not accessible from the Conversation API or from the underlying channels.static final ReasonCode
ReasonCode.MEDIA_TOO_LARGE
Some of the referenced media files are too large.static final ReasonCode
ReasonCode.MEDIA_TYPE_UNSUPPORTED
Some of the referenced media files is of a unsupported media type.static final ReasonCode
ReasonCode.NO_CHANNEL_IDENTITY_FOR_CONTACT
The contact has no channel identities set up, or the contact has no channels set up for the resolved channel priorities.static final ReasonCode
ReasonCode.NO_CHANNELS_LEFT
No channels to try to send the message to.static final ReasonCode
ReasonCode.NO_PERMISSION
No permission to perform action.static final ReasonCode
ReasonCode.NO_PROFILE_AVAILABLE
No available profile data for user.static final ReasonCode
ReasonCode.OUTSIDE_ALLOWED_SENDING_WINDOW
The allowed sending window has expired.static final ReasonCode
ReasonCode.RATE_LIMITED
The message or event was not sent due to rate limiting.static final ReasonCode
ReasonCode.RECIPIENT_INVALID_CHANNEL_IDENTITY
The channel recipient identity was malformed.static final ReasonCode
ReasonCode.RECIPIENT_NOT_OPTED_IN
The contact, or channel recipient identity, has not opt-ed in on the channel.static final ReasonCode
ReasonCode.RECIPIENT_NOT_REACHABLE
It was not possible to reach the contact, or channel recipient identity, on the channel.static final ReasonCode
ReasonCode.TEMPLATE_INSUFFICIENT_PARAMETERS
Sufficient template parameters was not given.static final ReasonCode
ReasonCode.TEMPLATE_NON_EXISTING_LANGUAGE_OR_VERSION
The selected language, or version, of the referenced template did not exist.static final ReasonCode
ReasonCode.TEMPLATE_NOT_FOUND
The referenced template was not found.static final ReasonCode
ReasonCode.UNKNOWN
UNKNOWN is used if no other code can be used to describe the encountered error.static final ReasonCode
ReasonCode.UNKNOWN_APP
The used App is missing.static final ReasonCode
ReasonCode.UNSUPPORTED_OPERATION
Generic error for channel unsupported operations.Modifier and TypeMethodDescriptionReason.Builder.setCode
(ReasonCode code) see getterstatic String
ReasonCode.valueOf
(ReasonCode e)