Exception: FieldView::UnexpectedResponseError

Inherits:
FieldViewError
  • Object
show all
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

#initialize, #to_s

Constructor Details

This class inherits a constructor from FieldView::FieldViewError