Exception: DigiwinDsp::Webhooks::ParseError

Inherits:
ValidationError show all
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

#initialize

Constructor Details

This class inherits a constructor from DigiwinDsp::Error