Class ReasonSubCode
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,ReasonSubCode>
com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
Gets or Sets ReasonSubCode
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ReasonSubCode
The message attachment was rejected by the channel due to a policy.static final ReasonSubCode
The used credentials for the underlying channel is inactivated and not allowed to send or receive messages.static final ReasonSubCode
The specified media urls media type could not be determined.static final ReasonSubCode
UNSPECIFIED_SUB_CODE is used if no other sub code can be used to describe the encountered error. -
Method Summary
Modifier and TypeMethodDescriptionstatic ReasonSubCode
static String
static Stream
<ReasonSubCode> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
UNSPECIFIED_SUB_CODE
UNSPECIFIED_SUB_CODE is used if no other sub code can be used to describe the encountered error. -
ATTACHMENT_REJECTED
The message attachment was rejected by the channel due to a policy. Some channels have specific policies that must be met to receive an attachment. -
MEDIA_TYPE_UNDETERMINED
The specified media urls media type could not be determined. -
INACTIVE_SENDER
The used credentials for the underlying channel is inactivated and not allowed to send or receive messages.
-
-
Method Details
-
values
-
from
-
valueOf
-