Common Error Responses
Unauthorized (401)
{
"error": "You need to sign in or sign up before continuing."
}
Not Found (404)
{
"errors": [
{
"message": "Target not found",
"type": "exception",
"timestamp": "2024-11-21T10:47:19.801Z"
}
]
}
Unprocessable Content (422)
{
"errors": [
{
"message": "Name can't be blank",
"type": "validation_error",
"timestamp": "2024-11-21T10:48:27.430Z"
},
{
"message": "Hosts Invalid Hosts",
"type": "validation_error",
"timestamp": "2024-11-21T10:48:27.430Z"
}
]
}
Modified at 2024-11-21 10:54:40