Resource Base
Table of contents

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: