Standard
These responses are Internet protocol codes that describe basic issues with a submitted transaction.
- STATUS CODE -
OK
200The request has succeeded.
Bad Request
400The request as invalid in some way.
Not Found
404The requested resource does not exist.
Not Implemented
404The request does not have an acceptable response content-type.
Not Acceptable
406The request does not have an acceptable response content-type.
Internal Server Error
500Something went wrong on the Horizon server’s end.
{
"type": "https://expansion-testnet.bantu.network/horizon-errors/bad_request",
"title": "Bad Request",
"status": 400,
"detail": "The request you sent was invalid in some way",
"extras": {
"invalid_field": "limit",
"reason": "unparseable value"
}
}Last updated
Was this helpful?