Class ResourceNotConfigured

Indicates that the requested resource was found, however, the action on it could not be fulfilled as the required bucket (like queuepriority or whitelist) was not configured on this resource. You should only retry this request when you ensured that the respective bucket is now configured for the resource correctly.

Hierarchy

  • Error

    Hierarchy

    • ResourceNotConfigured

Constructors

Properties

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc