ErrorDescription | mongodb (original) (raw)
Interface ErrorDescription
interface ErrorDescription {
$err?: string;
errInfo?: Document;
errmsg?: string;
errorLabels?: string[];
message?: string;
}
Hierarchy (view full)
- Document
- ErrorDescription
Index
Properties
$err? errInfo? errmsg? errorLabels? message?
Properties
Optional
$err
$err?: string
Optional
errInfo
errInfo?: Document
Optional
errmsg
errmsg?: string
Optional
errorLabels
errorLabels?: string[]
Optional
message
message?: string