Uses of Class
com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
Package
Description
Conversation models for V1 endpoints
-
Uses of ReasonSubCode in com.sinch.sdk.domains.conversation.models.v1
Modifier and TypeFieldDescriptionstatic final ReasonSubCode
ReasonSubCode.ATTACHMENT_REJECTED
The message attachment was rejected by the channel due to a policy.static final ReasonSubCode
ReasonSubCode.INACTIVE_SENDER
The used credentials for the underlying channel is inactivated and not allowed to send or receive messages.static final ReasonSubCode
ReasonSubCode.MEDIA_TYPE_UNDETERMINED
The specified media urls media type could not be determined.static final ReasonSubCode
ReasonSubCode.UNSPECIFIED_SUB_CODE
UNSPECIFIED_SUB_CODE is used if no other sub code can be used to describe the encountered error.Modifier and TypeMethodDescriptionReason.Builder.setSubCode
(ReasonSubCode subCode) see getterstatic String
ReasonSubCode.valueOf
(ReasonSubCode e)