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'
}