%failure
{
*"type": str, # URI [RFC3986] ошибки
*"title": str, # короткое читаемое описание типа ошибки
*"status": int, # http статус-код
"detail": str, # читаемое описание конкретной ошибки
"traceback": str, # traceback
"instance": str, # URI на описание ошибки, может не нести дополнительной полезной информации
}
example
{
"type": "/error-codes/invalid-link-chain",
"title": "Invalid entity link chain",
"status": 422,
"detail": "'!el_1!el_2': First entity must contain entity of main dataset",
"traceback": "...",
"instance": "/entities/7"
}