VoicesFailedUnauthorized constructor

VoicesFailedUnauthorized()

Implementation

VoicesFailedUnauthorized()
    : 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.");