ping-identity
    Preparing search index...

    Class DaVinciError

    Error thrown when DaVinci operations fail.

    Extends PingError to allow per-package instanceof narrowing.

    try {
    await client.start();
    } catch (err) {
    if (err instanceof DaVinciError) {
    console.error(err.code, err.message);
    }
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods