Documentation
    Preparing search index...

    Class NoAccessError

    Server error indicating that the user does not have access to one or more of the requested keys

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    requestId?: string
    stack?: string
    status?: number
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Parameters

      • response: Response
      • requestId: string

      Returns Promise<void>

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void