GitHub

DaffGeographyInvalidAPIResponseError

import { DaffGeographyInvalidAPIResponseError } from '@daffodil/geography/driver'
class DaffGeographyInvalidAPIResponseError extends DaffInheritableError implements DaffError {
  readonly code: string
  message: string
}

Properties

Name Type Description
code string
message string