Package org.brightify.hyperdrive.krpc.api
Types
BaseRPCError
Link copied to clipboard
abstract class BaseRPCError(statusCode: RPCError.StatusCode, debugMessage: String) : Throwable, RPCError
Content copied to clipboard
EnableKRPC
Link copied to clipboard
InternalRPCError
Link copied to clipboard
class InternalRPCError(statusCode: RPCError.StatusCode, debugMessage: String) : Throwable, RPCError
Content copied to clipboard
RPCErrorException
Link copied to clipboard