Base type: System.Entity
Summary: This entity represents SAM error code.
| Name | Type | Notes |
|---|---|---|
| ID | System.Int32 | The unique integer representation of error code. |
| ErrorName | System.String | The string value that contains error name. |
| ErrorDescription | System.String | The string value that contains error description. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |