GitHub

DaffExternalRouterClientError

Error

import { DaffExternalRouterClientError } from '@daffodil/external-router'

Represents a 4xx client error encountered during external URL resolution.

class DaffExternalRouterClientError extends DaffInheritableError implements DaffError {
  readonly code: string = '4xx_CLIENT_ERROR'
  __proto__: Error
  recoverable: boolean = false
  name: string
  message: string
  stack: string
}