Exception: Nfe::InvoiceProcessingError
- Defined in:
- lib/nfe/errors.rb,
sig/nfe/errors.rbs
Overview
Raised when an asynchronous (202) invoice response violates the expected
protocol — e.g., a 202 without a Location header, or an invoice_id that
cannot be extracted from it.
Instance Attribute Summary
Attributes inherited from Error
#error_code, #request_id, #response_body, #response_headers, #status_code
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Nfe::Error