Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.49 KB

ErrorResponse.md

File metadata and controls

25 lines (20 loc) · 1.49 KB

ErrorResponse

Properties

Name Type Description Notes
Id string An identifier [optional] [readonly]
Title string Schema title [optional]
Description string Description of the Schema [optional]
Format string The format ex: int32, int64, float, double, byte, binary, date, date-time or password [optional]
Required []string Specifies if the parameter is required [optional]
Properties map[string]SchemaObject Not used beacause our model does not support inline nested types [optional]
Items SchemaObject [optional]
Example map[string]interface{} if the schema is an array specifies the items type [optional]
Discriminator string [optional]
Code int64 The response code [optional]
Reason string The response reason [optional]
Ref string A Reference to a definition on definitions object [optional]
Default map[string]interface{} Default value for this schema if it is applicable [optional]
Type string The type ex: array , boolean, integer , null , number, object, string [optional]
Enum []string [optional]

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