Class: Google::Auth::AuthorizationError
- Inherits:
-
Signet::AuthorizationError
- Object
- Signet::AuthorizationError
- Google::Auth::AuthorizationError
- Includes:
- DetailedError
- Defined in:
- lib/googleauth/errors.rb
Overview
An error indicating the remote server refused to authorize the client. Maintains backward compatibility with Signet.
Should not be used in the new code, even when wrapping Signet::AuthorizationError
.
New code should use CredentialsError instead.