106 - Missing Attribute¶
API Error Code | 106 |
HTTP Status Code | |
Error Text | Missing value for the attribute |
Description | One or more required attributes were missing from the request. |
Examples¶
application/json¶
{
"err": {
"code": 106,
"msg": "Missing value for the attribute",
"type": "request-attribute-missing"
},
"stat": "fail"
}