@nats-io/nats-core
    Preparing search index...

    Class AuthorizationError

    Represents an error related to authorization issues. Note that these could represent an authorization violation, or that the account authentication configuration has expired, or an authentication timeout.

    Hierarchy

    • Error
      • AuthorizationError
    Index

    Constructors

    • Parameters

      • message: string
      • Optionaloptions: ErrorOptions

      Returns AuthorizationError

    Properties

    cause?: unknown
    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