Type Alias NxValidationError

type NxValidationError = {
    qContext?: string;
    qErrorCode?: number;
    qExtendedMessage?: string;
}
Index

Properties

qContext?: string

Context related to the error, from the user app domain. It can be the identifier of an object, a field name, a table name. This parameter is optional.

qErrorCode?: number

Error code. This parameter is always displayed in case of error.

qExtendedMessage?: string

Internal information from the server. This parameter is optional.