Exception: Ksef::ServerError

Inherits:
ApiError show all
Defined in:
lib/ksef/errors.rb

Overview

HTTP 5xx. Not declared anywhere in the OpenAPI contract (docs/REFERENCE.md ยง5.4), so the body shape is unknown and #problem may hold only a raw payload.

Instance Attribute Summary

Attributes inherited from Error

#problem

Method Summary

Methods inherited from ApiError

#code, #details, #raw, #status, #trace_id

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Ksef::Error