Cerbos JavaScript SDK
    Preparing search index...

    Interface ErrorOptions

    Options for creating an error.

    interface ErrorOptions {
        cause?: unknown;
    }
    Index

    Properties

    Properties

    cause?: unknown

    The original error that caused this one.