Package org.brightify.hyperdrive.krpc.api

Types

BaseRPCError
Link copied to clipboard
abstract class BaseRPCError(statusCode: RPCError.StatusCode, debugMessage: String) : Throwable, RPCError
EnableKRPC
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class EnableKRPC
Error
Link copied to clipboard
annotation class Error(cls: KClass<out RPCError>)
InternalRPCError
Link copied to clipboard
class InternalRPCError(statusCode: RPCError.StatusCode, debugMessage: String) : Throwable, RPCError
RPCError
Link copied to clipboard
interface RPCError
RPCErrorException
Link copied to clipboard
class RPCErrorException(error: RPCError) : Throwable

Functions

throwable
Link copied to clipboard
fun RPCError.throwable(): Throwable