class SqsQueueNotConfiguredError
extends Error
Since 0.1.0

Thrown by SqsQueue when a job name is not mapped in the queues configuration. The error message names the job name and the configured names.

Constructors

SqsQueueNotConfiguredError(
jobName: string,
configuredNames: readonly string[]
)

Usage

import { SqsQueueNotConfiguredError } from "queue-plugin/src/index.ts";