Interface ProgressDataInfo

Optional progress messages during the load process as returned by the QIX api.

Hierarchy

  • ProgressDataInfo

Properties

errorData?: {
    qErrorDataCode?: string;
    qErrorString?: string;
    qLine?: string;
    qLineEnd?: string;
}[]

An array of error messages during the load process.

persistentProgressMessages?: {
    qMessageCode?: string;
    qMessageParameters?: string;
}[]

An array of persistent progress messages during the load process.