Exception: RestClient::Unauthorized

Inherits:
ExceptionWithResponse show all
Defined in:
lib/restclient/exceptions.rb

Overview

Authorization is required to access the resource specified.

Constant Summary collapse

ErrorMessage =
'Unauthorized'

Instance Attribute Summary

Attributes inherited from ExceptionWithResponse

#response

Method Summary

Methods inherited from ExceptionWithResponse

#http_body, #http_code, #initialize

Methods inherited from Exception

#message

Constructor Details

This class inherits a constructor from RestClient::ExceptionWithResponse