Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1002 Bytes

Error.md

File metadata and controls

15 lines (11 loc) · 1002 Bytes

Error

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will always be 'Error' [optional]
id int Numeric identifier of the error. [optional]
href str Self link. [optional]
code str Globally unique code of the error, composed of the unique identifier of the API and the numeric identifier of the error. For example, for if the numeric identifier of the error is `93` and the identifier of the API is `clusters_mgmt` then the code will be `CLUSTERS-MGMT-93`. [optional]
reason str Human readable description of the error. [optional]
details dict(str, object) Extra information about the error. [optional]

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