Method: Verizon::OauthProviderException#error_uri
- Defined in:
- lib/verizon/exceptions/oauth_provider_exception.rb
#error_uri ⇒ String
Gets or sets a URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
27 28 29 |
# File 'lib/verizon/exceptions/oauth_provider_exception.rb', line 27 def error_uri @error_uri end |