Interface ErrorDescription

interface ErrorDescription {
    $err?: string;
    errInfo?: Document;
    errmsg?: string;
    errorLabels?: string[];
    message?: string;
}

Hierarchy (view full)

Properties

$err?: string
errInfo?: Document
errmsg?: string
errorLabels?: string[]
message?: string