import { DaffSearchInvalidAPIResponseError } from '@daffodil/search/driver'
A general error indicating that the platform returned a response which cannot be processed.
class DaffSearchInvalidAPIResponseError extends DaffInheritableError implements DaffError {
readonly code: string = DAFF_SEARCH_INVALID_API_RESPONSE_ERROR_CODE
message: string
}