Error
This page is generated from the exact OpenAPI component schema. It does not add undocumented validation or product behavior.
| Property | Required | Type | Description |
|---|---|---|---|
code | Yes | string | — |
message | Yes | string | — |
currentEpoch | No | integer | null | — |
actionUrl | No | string | null | — |
suggestedAction | No | string | null | — |
issues | No | array | — |
json
{
"type": "object",
"additionalProperties": false,
"required": [
"code",
"message"
],
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
},
"currentEpoch": {
"type": [
"integer",
"null"
],
"minimum": 1
},
"actionUrl": {
"type": [
"string",
"null"
],
"format": "uri"
},
"suggestedAction": {
"type": [
"string",
"null"
]
},
"issues": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}
