Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
23 lines
317 B
JSON
23 lines
317 B
JSON
{
|
|
"success": {
|
|
"status_code": 200,
|
|
"body": {
|
|
"message": "Success",
|
|
"data": {}
|
|
}
|
|
},
|
|
"error": {
|
|
"status_code": 400,
|
|
"body": {
|
|
"error": "Bad Request",
|
|
"details": {}
|
|
}
|
|
},
|
|
"not_found": {
|
|
"status_code": 404,
|
|
"body": {
|
|
"error": "Not Found"
|
|
}
|
|
}
|
|
}
|