GitHub

DaffGeographyInvalidAPIResponseError

Error

import { DaffGeographyInvalidAPIResponseError } from '@daffodil/geography/driver'

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