AudioFailedUnauthorized constructor

AudioFailedUnauthorized()

Implementation

AudioFailedUnauthorized()
    : super(
          code: 401,
          reason:
              "Unauthorized	The request is not authorized. Check to make sure your subscription key or token is valid and in the correct region.");