ShiftCancellationException

sealed class ShiftCancellationException : CancellationException

AVOID USING THIS TYPE, it's meant for low-level cancellation code When in need in low-level code, you can use this type to differentiate between a foreign CancellationException and the one from Effect.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?