MultipazProject
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
MultipazProject
multipaz
/
org.multipaz.rpc.handler
/
RpcAuthException
Rpc
Auth
Exception
class
RpcAuthException
(
val
message
:
String
?
,
val
rpcAuthError
:
RpcAuthError
)
:
RuntimeException
RPC authorization failure.
Members
Members & Extensions
Constructors
Rpc
Auth
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
rpcAuthError
:
RpcAuthError
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
?
rpc
Auth
Error
Link copied to clipboard
val
rpcAuthError
:
RpcAuthError
Functions
to
Cbor
Link copied to clipboard
fun
RpcAuthException
.
toCbor
(
)
:
ByteArray
to
Data
Item
Link copied to clipboard
fun
RpcAuthException
.
toDataItem
(
)
:
DataItem