IDomainError
[ Interface ]
export interface IDomainError {
code: number;
domain?: string;
message?: string;
position?: string;
};
Properties
Name | Type | Description |
---|---|---|
code |
| |
domain [optional] |
| |
message [optional] |
| |
position [optional] |
|
Available from 1.8 |
Redundant from version 1.10.1018.48. Replaced by TcHmi.IErrorDetails. |