400 500 Template API Error
Extra metadata
errorReason
errorReasonExample
400-500 Template api error
Content-Type: application/problem+json
{
"type": "https://docs.devland.is/reference/problems/validation-failed",
"title": "Application TemplateApi Error",
"status": 400-500,
"errorReason": {
"title": "Error Title"
"summary" : "Detailed error message"
} | "Error message"
}Last updated
Was this helpful?