102 - Invalid Attribute¶
| API Error Code | 102 |
| HTTP Status Code | |
| Error Text | Invalid attribute |
| Description | One of the parameters specified in the request was invalid. |
Examples¶
application/json¶
{
"err": {
"code": 102,
"msg": "Invalid attribute",
"type": "resource-attribute-invalid"
},
"stat": "fail"
}