{
"$schema": "https://example.com/schemas/RESTErrorModel.json",
"code": "INVALID_ARGUMENT",
"correlation_id": "6d4bc5cc-cc82-4c89-a531-f5b7bf0c31b3",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "string",
"message": "string",
"value": null
}
],
"instance": "https://example.com/error-log/abc123",
"internal_message": "page token base64 decode failed",
"status": 400,
"title": "Bad Request",
"type": "about:blank",
"user_message": "Invalid page token."
}