GitHub

DaffCustomerUpdateFailure

A failed customer update with the error message.

import { DaffCustomerUpdateFailure } from '@daffodil/customer/state'
class DaffCustomerUpdateFailure implements Action {
  readonly type: DaffCustomerActionTypes.CustomerUpdateFailureAction
  payload: DaffStateError
}

Properties

Name Type Description
type DaffCustomerActionTypes.CustomerUpdateFailureAction
payload DaffStateError