Class: Apiwork::Adapter::Wrapper::Error::Base
- Defined in:
- lib/apiwork/adapter/wrapper/error/base.rb
Overview
Base class for error response wrappers.
Error wrappers structure responses for validation errors and other error conditions. Extend this class to customize how errors are wrapped in your API responses.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#initialize, shape, wrap, #wrap
Constructor Details
This class inherits a constructor from Apiwork::Adapter::Wrapper::Base