DaffAuthStorageFailure
import { DaffAuthStorageFailure } from '@daffodil/auth/state'
class DaffAuthStorageFailure implements Action {
readonly type: DaffAuthActionTypes.AuthStorageFailureAction
errorMessage: DaffStateError
}
Properties
Name | Type | Description |
---|---|---|
type | DaffAuthActionTypes.AuthStorageFailureAction | |
errorMessage | DaffStateError |