Failed

sealed interface Failed : ListAdapterResult

Indicates that the queued mutation failed after acceptance.

큐에 수락된 뒤 변경이 실패했음을 나타냅니다.

Inheritors

Types

Link copied to clipboard

Indicates that the operation was dropped by queue policy or queue clearing.

큐 정책 또는 큐 정리로 연산이 드롭되었음을 나타냅니다.

Link copied to clipboard

Indicates that the operation failed during execution.

연산 실행 중 오류로 실패했음을 나타냅니다.

Functions

Link copied to clipboard
open fun fold(onApplied: () -> Unit, onRejected: (ListAdapterResult.Rejected) -> Unit, onFailed: (ListAdapterResult.Failed) -> Unit)

Folds this result into applied, rejected, or failed branches.

현재 결과를 적용 성공, 거절, 실패 분기로 처리합니다.