Exception: Scimitar::AuthenticationError
- Inherits:
-
ErrorResponse
- Object
- StandardError
- ErrorResponse
- Scimitar::AuthenticationError
- Defined in:
- app/models/scimitar/authentication_error.rb
Instance Attribute Summary
Attributes inherited from ErrorResponse
Instance Method Summary collapse
-
#initialize ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Methods inherited from ErrorResponse
Constructor Details
#initialize ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
4 5 6 |
# File 'app/models/scimitar/authentication_error.rb', line 4 def initialize super(status: 401, detail: 'Requires authentication') end |