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.