ErrorDescription | mongodb (original) (raw)

Interface ErrorDescription

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

Hierarchy (view full)

Index

Properties

$err? errInfo? errmsg? errorLabels? message?

Properties

Optional$err

$err?: string

OptionalerrInfo

errInfo?: Document

Optionalerrmsg

errmsg?: string

OptionalerrorLabels

errorLabels?: string[]

Optionalmessage

message?: string