Resource Base
Table of contents

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.

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support