Method: Verizon::OauthProviderException#error_description

Defined in:
lib/verizon/exceptions/oauth_provider_exception.rb

#error_descriptionString

Gets or sets human-readable text providing additional information on error. Used to assist the client developer in understanding the error that occurred.

Returns:

  • (String)


21
22
23
# File 'lib/verizon/exceptions/oauth_provider_exception.rb', line 21

def error_description
  @error_description
end