Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 936 Bytes

File metadata and controls

16 lines (13 loc) · 936 Bytes

# ErrorObject

Properties

Name Type Description Notes
id string A unique identifier for the error. [optional]
links \Toppy\Sendcloud\V3\Model\ErrorObjectLinks [optional]
status string The HTTP status code of the error. [optional]
code string A unique error code for the error, in snake case format. [optional]
title string A short, human-readable summary of the error. [optional]
detail string A human-readable explanation of the error. [optional]
source \Toppy\Sendcloud\V3\Model\ErrorObjectSource [optional]
meta object Additional metadata about the error. [optional]

[Back to Model list] [Back to API list] [Back to README]