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