This documentation covers Review Board 2.5.
You can select a version above or
view the latest documentation.
228 - Token Generation Failed
API Error Code |
228 |
HTTP Status Code |
HTTP 500 Internal Server Error |
Error Text |
There was an error generating the API token. Please try again. |
Description |
The attempt to generate an API token had failed, due to too many
conflicts in the database. This operation can be repeated. |
Examples
application/json
{
"err": {
"code": 228,
"msg": "There was an error generating the API token. Please try again."
},
"stat": "fail"
}