Failed
Ce contenu n’est pas encore disponible dans votre langue.
class Failed(val error: FrakError) : SharingResult
Constructors
Section titled “Constructors”| Failed | constructor(error: FrakError) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| error | val error: FrakError |
| kind | open override val kind: SharingResult.Kind Stable discriminator, one per arm. A when over Kind with an else survives a new arm; a when over the hierarchy does not. Kind.wireValue is spelled identically on iOS. |