import { DaffCustomerStoreCreditInvalidAPIResponseError } from '@daffodil/customer-store-credit/driver'
A general error indicating that the platform returned a response which cannot be processed.
class DaffCustomerStoreCreditInvalidAPIResponseError extends DaffInheritableError implements DaffError {
readonly code: string = DAFF_CUSTOMER_STORE_CREDIT_INVALID_API_RESPONSE_ERROR_CODE
message: string
}