Open
Description
Is your feature request related to a problem? Please describe.
aws-amplify/amplify-flutter#3452
Amplify-Android supports a DataStore hub event called OutboxMutationFailed.
This event is described as:
Dispatched when publishing a mutation fails
HubPayload
outboxMutationFailed
contains:
modelName
(String): the name of the model that failed to publishelement
:
-model
(Model): the model instance that failed to publish
-errorType
(MutationErrorType): error type that occurred
-operation
(MutationType): type of mutation that failed
Amplify Flutter users would like to have feature parity between Amplify-Swift and Amplify-Android to ensure consistency between error handling on the respective platform.
Describe the solution you'd like
Amplify-Swift should support OutboxMutationFailed
event type and send when appropriate.
Describe alternatives you've considered
N/A
Is the feature request related to any of the existing Amplify categories?
DataStore
Additional context
No response