Exception: Servus::Support::Errors::ConflictError
- Inherits:
-
ServiceError
- Object
- StandardError
- ServiceError
- Servus::Support::Errors::ConflictError
- Defined in:
- lib/servus/support/errors.rb
Overview
409 Conflict - request conflicts with current state of the resource.
Constant Summary collapse
- DEFAULT_MESSAGE =
'Conflict'
Instance Attribute Summary
Attributes inherited from ServiceError
Instance Method Summary collapse
Methods inherited from ServiceError
Constructor Details
This class inherits a constructor from Servus::Support::Errors::ServiceError
Instance Method Details
#api_error ⇒ Object
164 |
# File 'lib/servus/support/errors.rb', line 164 def api_error = { code: http_status, message: } |
#http_status ⇒ Object
163 |
# File 'lib/servus/support/errors.rb', line 163 def http_status = :conflict |