Package org. brightify. hyperdrive. krpc. error
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class RPCErrorSerializer(register: PolymorphicModuleBuilder<RPCError>.() -> Unit = { }) : KSerializer<RPCError>
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
expect fun ConnectionClosedException(message: String = "Connection has been closed", cause: Throwable? = null): ConnectionClosedException
Content copied to clipboard
actual fun ConnectionClosedException(message: String, cause: Throwable?): ConnectionClosedException
Content copied to clipboard
actual fun ConnectionClosedException(message: String, cause: Throwable?): ConnectionClosedException
Content copied to clipboard
actual fun ConnectionClosedException(message: String, cause: Throwable?): ConnectionClosedException
Content copied to clipboard