Exception: Nucleus::Errors::EndpointAuthenticationError

Inherits:
AdapterError
  • Object
show all
Defined in:
lib/nucleus/core/errors/endpoint_authentication_error.rb

Instance Attribute Summary

Attributes inherited from AdapterError

#ui_error

Instance Method Summary collapse

Constructor Details

#initialize(message, ui_error = ErrorMessages::AUTH_UNAUTHORIZED) ⇒ EndpointAuthenticationError

initialize with default error to be 401, authentication failed



5
6
7
# File 'lib/nucleus/core/errors/endpoint_authentication_error.rb', line 5

def initialize(message, ui_error = ErrorMessages::AUTH_UNAUTHORIZED)
  super(message, ui_error)
end