java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReasonCode>
com.azure.communication.callautomation.models.events.ReasonCode.Play
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Enclosing class:
ReasonCode

public static class ReasonCode.Play extends com.azure.core.util.ExpandableStringEnum<ReasonCode>
Reason code names for the Play operation
  • Field Details

    • DOWNLOAD_FAILED

      public static final ReasonCode DOWNLOAD_FAILED
      Action failed, file could not be downloaded.
    • INVALID_FILE_FORMAT

      public static final ReasonCode INVALID_FILE_FORMAT
      Action failed, invalid file format.
    • TEXT_OR_SSML_SOURCE_EMPTY

      public static final ReasonCode TEXT_OR_SSML_SOURCE_EMPTY
      Action failed, text or ssml play source empty.
    • COGNITIVE_SERVICES_ERROR

      public static final ReasonCode COGNITIVE_SERVICES_ERROR
      Action failed, cognitive services error.
  • Constructor Details

    • Play

      public Play()