Class: Google::Auth::UnexpectedStatusError
- Inherits:
-
Signet::UnexpectedStatusError
- Object
- Signet::UnexpectedStatusError
- Google::Auth::UnexpectedStatusError
- Includes:
- DetailedError
- Defined in:
- lib/googleauth/errors.rb
Overview
An error indicating that the server sent an unexpected http status. Maintains backward compatibility with Signet.
Should not be used in the new code, even when wrapping Signet::UnexpectedStatusError
.
New code should use CredentialsError instead.