ErrorResponse¶
Details for an error which occurred
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
code | str | Error code which uniquely identifies the type of error which occurred | [optional] |
message | str | Description of the error which occurred | [optional] |
details | list[object] | Additional details for conditions which caused the error | [optional] |