GitHub

DaffExternalRouterNotFoundError

class

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

Indicates that a URL could not be resolved by an external router driver.

class DaffExternalRouterNotFoundError extends DaffExternalRouterClientError implements DaffError {
  readonly code: "404_NOT_FOUND" = '404_NOT_FOUND'
}