AudioFailedUnsupported constructor

AudioFailedUnsupported()

Implementation

AudioFailedUnsupported()
    : super(
          code: 415,
          reason:
              "Unsupported Media Type	It's possible that the wrong Content-Type was provided. Content-Type should be set to application/ssml+xml.");