Class: Google::Cloud::DeveloperConnect::V1::ExchangeError
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::ExchangeError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/developer_connect.rb
Overview
Message for representing an error from exchanging OAuth tokens.
Instance Attribute Summary collapse
- #code ⇒ ::String
-
#description ⇒ ::String
Https://datatracker.ietf.org/doc/html/rfc6749#section-5.2 - error_description.
Instance Attribute Details
#code ⇒ ::String
Returns https://datatracker.ietf.org/doc/html/rfc6749#section-5.2 - error.
898 899 900 901 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 898 class ExchangeError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns https://datatracker.ietf.org/doc/html/rfc6749#section-5.2 - error_description.
898 899 900 901 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 898 class ExchangeError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |