Open Policy Agent TypeScript Packages
    Preparing search index...

    PermanentError is an error that is not recoverable. Throwing this error will cause a retry loop to terminate.

    Hierarchy

    • Error
      • PermanentError
    Index

    Constructors

    Properties

    cause: unknown

    The underlying cause of the error.

    message: string
    name: string
    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