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