Documentation
    Preparing search index...

    Class ObjectError

    An error returned for an individual object lookup.

    Hierarchy (View Summary)

    Index
    cause?: unknown
    code: string

    The transport's error code. Use reason for transport-neutral handling.

    message: string
    name: string
    objectId?: string

    The requested object ID, when the lookup identifies one.

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

    stack?: string
    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error