GitHub

DaffAuthRegisterFailure

Action

import { DaffAuthRegisterFailure } from '@daffodil/auth/state'

An action triggered upon a failed auth request.

class DaffAuthRegisterFailure implements Action {
  readonly type: DaffAuthRegisterActionTypes.RegisterFailureAction = DaffAuthRegisterActionTypes.RegisterFailureAction
  errorMessage: DaffStateError
}