Exception: DigiwinDsp::Webhooks::ParseError
- Inherits:
-
ValidationError
- Object
- StandardError
- Error
- ValidationError
- DigiwinDsp::Webhooks::ParseError
- Defined in:
- lib/digiwin_dsp/webhooks.rb
Overview
Raised when JSON is malformed, the envelope is the wrong shape, or the action is unknown to the gem. Inherits from ValidationError so Rails controllers can rescue the existing DigiwinDsp::Error tree.
Instance Attribute Summary
Attributes inherited from Error
#code, #dsp_message, #http_status, #request_id
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from DigiwinDsp::Error