GitHub

DaffAuthInvalidAPIResponseError

import { DaffAuthInvalidAPIResponseError } from '@daffodil/auth/driver'

class DaffAuthInvalidAPIResponseError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthDriverErrorCodes.INVALID_API_RESPONSE
  message: string
}