@opentdf/sdk
    Preparing search index...

    Class AttributeNotFoundError

    One or more attribute value FQNs were not found on the platform. Thrown by validateAttributes and validateAttributeValue when the platform does not recognize the requested FQNs.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void