Interface OpenpitErrorOptions

Constructor options common to named OpenPit errors.

interface OpenpitErrorOptions {
    cause?: unknown;
    code?: string;
}

Properties

Properties

cause?: unknown
code?: string