Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 609 Bytes

ErrorDto.md

File metadata and controls

13 lines (9 loc) · 609 Bytes

ErrorDto

Properties

Name Type Description Notes
trackingId String Identifier used for tracking purposes. [optional]
method String HTTP method of the API call which produced the error. [optional]
path String HTTP path of the API call which produced the error. [optional]
message String Error message. [optional]

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