Interface ErrorOptions

    interface ErrorOptions {
        cause?: unknown;
    }

    Properties

    Properties

    cause?: unknown