Exception: ForestAdminAgent::Http::Exceptions::UnauthorizedError

Inherits:
BusinessError
  • Object
show all
Defined in:
lib/forest_admin_agent/http/Exceptions/business_error.rb

Direct Known Subclasses

AuthenticationOpenIdClient

Instance Attribute Summary

Attributes inherited from BusinessError

#cause, #details

Instance Method Summary collapse

Methods inherited from BusinessError

#name

Constructor Details

#initialize(message = 'Unauthorized', details: {}) ⇒ UnauthorizedError

Returns a new instance of UnauthorizedError.



38
39
40
# File 'lib/forest_admin_agent/http/Exceptions/business_error.rb', line 38

def initialize(message = 'Unauthorized', details: {})
  super
end