Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ErrorId | int | 4 | null |
|
|
Error ID - Unique identifier for the error code |
||
| ErrorCode | varchar | 50 | √ | null |
|
|
Error code - Clearing house specific error code |
|
| ErrorDesc | varchar | 200 | √ | null |
|
|
Error description - Description of what the error means |
|
| Solution | varchar | 4000 | √ | null |
|
|
Error solution - Detailed guidance on how to resolve the error |
|
| ClearingHouseID | int | 4 | √ | null |
|
|
Clearing house reference - Links to clearing house for this error |
