Exception: Protege::BadRequestError
- Defined in:
- lib/protege/errors/bad_request_error.rb
Overview
the provider rejected the request as malformed
Constant Summary
Constants inherited from Error
Error::PERMANENT, Error::TRANSIENT
Instance Method Summary collapse
-
#initialize(detail = nil) ⇒ BadRequestError
constructor
A new instance of BadRequestError.
Constructor Details
#initialize(detail = nil) ⇒ BadRequestError
Returns a new instance of BadRequestError.
6 |
# File 'lib/protege/errors/bad_request_error.rb', line 6 def initialize(detail = nil) = super(detail || 'the provider rejected the request as malformed') |