Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 589 Bytes

NotFoundError.md

File metadata and controls

12 lines (8 loc) · 589 Bytes

NotFoundError

Properties

Name Type Description Notes
links list[Link] Hypermedia links to corresponding or related resources. [optional]
message str The messages indicating the cause or reason for failure. [optional]
status str The HTTP status code for the error (same as in the HTTP response).

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