class Signet::AuthorizationError
An error indicating the remote server refused to authorize the client.
#
def initialize message, options = {}
-
options(Hash) -- -
message(String) --
def initialize message, options = {} super message @options = options @request = options[:request] @response = options[:response] @code = options[:code] @description = options[:description] @uri = Addressable::URI.parse options[:uri] end