You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Details the errors you can receive.",
"type": "object",
"properties": {
"detail": {
"description": "The detailed error message.",
"type": "string"
},
"fieldErrors": {
"additionalProperties": {
"description": "Fields that provide additional details about the problem.",
"type": "string"
},
"description": "Pointers to fields for which invalid input was provided, whose values are messages detailing the reason this input was invalid for this field.",
"type": "object"
},
"instance": {
"description": "The non-referenceable URI that indicates the error instance.",