Properties
| Name | Type | Description |
|---|---|---|
| errorCode | integer | A specific error code identifying the type of error. |
| description | string | A detailed description of the specific error. Error descriptions by code: * 400: Unable to find location. * 400000: License not recognized {licenses} * 400112: Changing a user's Webex Calling license |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ErrorDetail",
"title": "ErrorDetail",
"type": "object",
"properties": {
"errorCode": {
"type": "integer",
"description": "A specific error code identifying the type of error.",
"enum": [
400,
400000,
400112,
400118,
400216,
400404,
400406,
400407,
400408,
400410,
400411,
400413,
700003,
700004,
700005,
700006
]
},
"description": {
"type": "string",
"description": "A detailed description of the specific error. Error descriptions by code:\n* 400: Unable to find location.\n* 400000: License not recognized {licenses}\n* 400112: Changing a user's Webex Calling license from Professional to Standard is not allowed. The following license(s) could not be applied as requested: {licenses}\n* 400118: User management of Messenger license {licenses} is not supported\n* 400216: Request contains invalid attendee siteUrls: {siteUrl}\n* 400404: User cannot have both Webex Calling Professional and Standard License together. The following license(s) could not be applied as requested: {licenses}\n* 400406: User cannot have both Webex Calling Standard and Webex Attendant Console licenses together. The following license(s) could not be applied as requested: {licenses}\n* 400407: User cannot have both Webex Calling Standard and CX Essential licenses together. The following license(s) could not be applied as requested: {licenses}\n* 400408: User needs Webex Calling Professional license to be assigned before assigning Webex Attendant Console: {licenses}\n* 400410: Changing a user's license from CX Essential to Webex Calling Standard is not allowed. The following license(s) could not be applied as requested: {licenses}\n* 400411: Each Webex Calling license should contain its own calling properties. The following license(s) do not have properties: {licenses}\n* 400413: Could not apply the following license(s): {licenses} as the user can be assigned only one of licenses with the offer code from the list:\n* 700003: Free teams messaging mandatory for paid teams messaging license. The following license could not be applied as requested: {licenses}\n* 700004: Free teams meeting mandatory for paid teams meeting license. The following license could not be applied as requested: {licenses}\n* 700005: Free teams messaging mandatory for teams meeting license. The following license(s) could not be applied as requested: {licenses}\n* 700006: Screen Share {licenses} is implicitly assigned and cannot be removed"
}
}
}