Method: Signet::AuthorizationError#response

Defined in:
lib/signet/errors.rb

#responseArray (readonly)

The HTTP response that triggered this authentication error.

Returns:

  • (Array)

    A tuple of status, headers, and body.



89
90
91
# File 'lib/signet/errors.rb', line 89

def response
  @response
end