MutateFailure
data class MutateFailure(val error: Throwable, val errorUpdatedAt: Long) : MutationAction<Nothing> (source)
Indicates that the mutation has failed.
Parameters
error
The error that occurred.
errorUpdatedAt
The timestamp when the error occurred.