DDVError
Syntax
interface DDVError {
message: string;
cause: VError;
}
Attributes
message
The error or warning message.
cause
The specific original cause of the error or warning. Please refer to VError
.
interface DDVError {
message: string;
cause: VError;
}
The error or warning message.
The specific original cause of the error or warning. Please refer to VError
.