Type Alias QixProgressError

type QixProgressError = {
    line?: string;
    message: string;
    severity: QixProgressErrorSeverity;
}
Index
line?: string

The script statement the error refers to (qLine), when available.

message: string

Human-readable description of the problem (qErrorString).