228 - Token Generation Failed¶
API Error Code | 228 |
HTTP Status Code | |
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.",
"type": "api-token-generation-error"
},
"stat": "fail"
}