GitHub

DaffExternalRouterServerError

Error

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

Indicates that the external routing platform experienced a server-side failure.

class DaffExternalRouterServerError extends DaffInheritableError implements DaffError {
  readonly code: string = '5xx_SERVER_ERROR'
  __proto__: Error
  recoverable: boolean = false
  name: string
  message: string
  stack: string
}