import { DaffCustomerLoadFailure } from '@daffodil/customer/state'
A failed customer load with the error message.
class DaffCustomerLoadFailure implements Action {
readonly type: DaffCustomerActionTypes.CustomerLoadFailureAction = DaffCustomerActionTypes.CustomerLoadFailureAction
payload: DaffStateError
}