Class: Esi::ApiForbiddenError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/esi/api_error.rb

Overview

ApiForbiddenError Class

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiError

#initialize

Constructor Details

This class inherits a constructor from Esi::ApiError

Instance Attribute Details

#keyString (readonly)

Returns the response.data.

Returns:



181
# File 'lib/esi/api_error.rb', line 181

class ApiForbiddenError < ApiError; end

#messageString (readonly)

Returns the response error message.

Returns:

  • (String)

    the response error message



181
# File 'lib/esi/api_error.rb', line 181

class ApiForbiddenError < ApiError; end

#original_exceptionExceptionClass|nil (readonly)

Returns the orginal raised exception.

Returns:

  • (ExceptionClass|nil)

    the orginal raised exception



181
# File 'lib/esi/api_error.rb', line 181

class ApiForbiddenError < ApiError; end

#responseEsi::Response (readonly)

Returns the ApiError Response.

Returns:



181
# File 'lib/esi/api_error.rb', line 181

class ApiForbiddenError < ApiError; end

#typeString (readonly)

Returns the response.data.

Returns:



181
# File 'lib/esi/api_error.rb', line 181

class ApiForbiddenError < ApiError; end