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

Hierarchy (view full)

Properties

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