IntentException
sealed class IntentException
Intent errors.
Inheritors
| Bytes |
| Hex |
| Scope |
| Version |
| AppId |
Types
| Name | Summary |
|---|---|
| AppId | class AppId(message: String) : IntentException Invalid AppId for Intent |
| Bytes | class Bytes(message: String) : IntentException Invalid bytes for Intent |
| ErrorHandler | object ErrorHandler : UniffiRustCallStatusErrorHandler<IntentException> |
| Hex | class Hex(message: String) : IntentException Invalid hex string for Intent |
| Scope | class Scope(message: String) : IntentException Invalid Scope for Intent |
| Version | class Version(message: String) : IntentException Invalid Version for Intent |
AppId
class AppId(message: String) : IntentException
Invalid AppId for Intent
Constructors
| AppId | constructor(message: String) |
Bytes
class Bytes(message: String) : IntentException
Invalid bytes for Intent
Constructors
| Bytes | constructor(message: String) |
ErrorHandler
object ErrorHandler : UniffiRustCallStatusErrorHandler<IntentException>
Functions
| Name | Summary |
|---|---|
| lift | open override fun lift(error_buf: RustBuffer.ByValue): IntentException |
Hex
class Hex(message: String) : IntentException
Invalid hex string for Intent
Constructors
| Hex | constructor(message: String) |
Scope
class Scope(message: String) : IntentException
Invalid Scope for Intent
Constructors
| Scope | constructor(message: String) |
Version
class Version(message: String) : IntentException
Invalid Version for Intent
Constructors
| Version | constructor(message: String) |