Failed

data class Failed(val error: Throwable, val queuedOffline: Boolean = false) : MutationState<Nothing>

The mutation failed. queuedOffline is true when the write was durably enqueued for later replay (an offline/transient failure) — the UI can show "saved, will sync" rather than a hard error.

Constructors

Link copied to clipboard
constructor(error: Throwable, queuedOffline: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard