onError property

OnMutationError<TVariables, TOnMutateResult>? onError
final

Runs after the options' onError, once retries are spent. No default.

Implementation

final OnMutationError<TVariables, TOnMutateResult>? onError;