Documentation
    Preparing search index...

    Interface ArgumentErrorOptions

    interface ArgumentErrorOptions {
        cause?: unknown;
        paramIndex?: number;
        paramName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cause?: unknown
    paramIndex?: number

    0-based index of the parameter that causes this exception.

    paramName?: string

    name of the parameter that causes this exception.