MutateFailure

data class MutateFailure(val error: Throwable, val errorUpdatedAt: Long) : MutationAction<Nothing>

Indicates that the mutation has failed.

Parameters

error

The error that occurred.

errorUpdatedAt

The timestamp when the error occurred.

Constructors

Link copied to clipboard
constructor(error: Throwable, errorUpdatedAt: Long)

Properties

Link copied to clipboard
Link copied to clipboard