Failure

data class Failure(val error: <Error class: unknown class>) : MessageOperationResult

Indicates the message operation failed.

Parameters

error

The error that occurred during the operation.

Constructors

Link copied to clipboard
constructor(error: <Error class: unknown class>)

Properties

Link copied to clipboard
val error: <Error class: unknown class>

Functions

Link copied to clipboard
fun toEither(): <Error class: unknown class><<Error class: unknown class>, Unit>

Converts this result to an Either type for internal Kalium use or JVM/Android clients. This function is hidden from iOS/Swift to maintain a clean Swift API.