222 - Hosting Service Authentication Error¶
API Error Code | 222 |
HTTP Status Code | |
Error Text | There was an error authorizing with a service. |
Description | There was an error authenticating with a hosting service. The specific reason it failed is provided in |
Examples¶
application/json¶
{
"err": {
"code": 222,
"msg": "There was an error authorizing with a service.",
"type": "hosting-service-auth-error"
},
"reason": "The username was invalid.",
"stat": "fail"
}