Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Topic Last Modified: 2012-05-25
The ErrorDef table stores information about each type of error that may occur. Each record is one type of error.
| Column | Data Type | Key/Index | Details |
|---|---|---|---|
ErrorId |
int |
Primary |
Unique ID number identifying this type of error. |
ResponseCode |
int |
|
Standard SIP response code associated with this error. |
MsDiagId |
int |
|
Microsoft Diagnostic ID. |
CallTypeId |
Int |
Foreign |
Type of the call. See the CallType table in Lync Server 2013 for more information. |
RequestType |
varbinary(33) |
|
Type of request that failed. This data can be converted to text format by using this syntax:
|
ContentType |
varbinary(257) |
|
Content type of the request that failed. This data can be converted to text format by using this syntaxt:
|