Class ReasonSubCode

java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,ReasonSubCode>
com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode

public class ReasonSubCode extends EnumDynamic<String,ReasonSubCode>
Gets or Sets ReasonSubCode
  • Field Details

    • UNSPECIFIED_SUB_CODE

      public static final ReasonSubCode UNSPECIFIED_SUB_CODE
      UNSPECIFIED_SUB_CODE is used if no other sub code can be used to describe the encountered error.
    • ATTACHMENT_REJECTED

      public static final ReasonSubCode 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

      public static final ReasonSubCode MEDIA_TYPE_UNDETERMINED
      The specified media urls media type could not be determined.
    • INACTIVE_SENDER

      public static final ReasonSubCode INACTIVE_SENDER
      The used credentials for the underlying channel is inactivated and not allowed to send or receive messages.
  • Method Details