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
FieldsModifier and TypeFieldDescriptionstatic final ReasonSubCodeThe message attachment was rejected by the channel due to a policy.static final ReasonSubCodeThe used credentials for the underlying channel is inactivated and not allowed to send or receive messages.static final ReasonSubCodeThe specified media urls media type could not be determined.static final ReasonSubCodeUNSPECIFIED_SUB_CODE is used if no other sub code can be used to describe the encountered error. -
Method Summary
Modifier and TypeMethodDescriptionstatic ReasonSubCodestatic Stringstatic 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
-