Skip to main content

IntentException

sealed class IntentException

Intent errors.

Inheritors

Bytes
Hex
Scope
Version
AppId

Types

NameSummary
AppIdclass AppId(message: String) : IntentException
Invalid AppId for Intent
Bytesclass Bytes(message: String) : IntentException
Invalid bytes for Intent
ErrorHandlerobject ErrorHandler : UniffiRustCallStatusErrorHandler<IntentException>
Hexclass Hex(message: String) : IntentException
Invalid hex string for Intent
Scopeclass Scope(message: String) : IntentException
Invalid Scope for Intent
Versionclass Version(message: String) : IntentException
Invalid Version for Intent

AppId

class AppId(message: String) : IntentException

Invalid AppId for Intent

Constructors

AppIdconstructor(message: String)

Bytes

class Bytes(message: String) : IntentException

Invalid bytes for Intent

Constructors

Bytesconstructor(message: String)

ErrorHandler

object ErrorHandler : UniffiRustCallStatusErrorHandler<IntentException>

Functions

NameSummary
liftopen override fun lift(error_buf: RustBuffer.ByValue): IntentException

Hex

class Hex(message: String) : IntentException

Invalid hex string for Intent

Constructors

Hexconstructor(message: String)

Scope

class Scope(message: String) : IntentException

Invalid Scope for Intent

Constructors

Scopeconstructor(message: String)

Version

class Version(message: String) : IntentException

Invalid Version for Intent

Constructors

Versionconstructor(message: String)