Documentation
    Preparing search index...

    Interface ObjectErrorOptions

    interface ObjectErrorOptions {
        cause?: unknown;
        objectId?: string;
        reason: ObjectErrorReason;
    }
    Index
    cause?: unknown

    The original transport error or response.

    objectId?: string

    The requested object ID, when the lookup identifies one.

    A transport-neutral reason shared by all Core API clients.