IError

[ Interface ]

export interface IError {
    code: number;
    domain?: string;
    message?: string;
    position?: string;
    errors?: TcHmi.Server.IDomainError[];
};

Properties

Name

Type

Description

code

number

 

domain [optional]

string

 

message [optional]

string

 

position [optional]

string

 

errors [optional]

TcHmi.Server.IDomainError[]

 

IError 1:

Available from 1.8

IError 2:

Redundant from version 1.10.1018.48. Replaced by TcHmi.IErrorDetails.