Payload schema
errorstring
What the snapshot attempt reported.
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "What the snapshot attempt reported."
}
},
"required": [
"error"
]
}