VError
Syntax
interface VError {
code: number;
message: string;
details?: string[];
}
Attributes
code
The error code. Please refer to Error List for the whole error codes DDV has.
message
The error message.
details
The detailed error info.