Exception: FieldView::UnexpectedResponseError
- Inherits:
-
FieldViewError
- Object
- StandardError
- FieldViewError
- FieldView::UnexpectedResponseError
- Defined in:
- lib/fieldview/errors.rb
Overview
Raised when a response code that is non-breaking is outside API specifications, ex: We expect a 201 when creating an upload, but it returns a 200
Instance Attribute Summary
Attributes inherited from FieldViewError
#http_body, #http_headers, #http_status, #message, #request_id, #response
Method Summary
Methods inherited from FieldViewError
Constructor Details
This class inherits a constructor from FieldView::FieldViewError