Package org.brightify.hyperdrive.krpc.error
Types
ConnectionClosedException
Link copied to clipboard
InternalServerError
Link copied to clipboard
RPCErrorSerializer
Link copied to clipboard
class RPCErrorSerializer(register: PolymorphicModuleBuilder<RPCError>.() -> Unit) : KSerializer<RPCError>
Content copied to clipboard
RPCNotFoundError
Link copied to clipboard
class RPCNotFoundError(call: ServiceCallIdentifier) : Throwable, RPCError
Content copied to clipboard
RPCProtocolViolationError
Link copied to clipboard
class RPCProtocolViolationError(debugMessage: String) : Throwable, RPCError
Content copied to clipboard
RPCStreamTimeoutError
Link copied to clipboard
UnknownRPCReferenceException
Link copied to clipboard
class UnknownRPCReferenceException(reference: RPCReference) : Throwable, RPCError
Content copied to clipboard
UnrecognizedRPCError
Link copied to clipboard
class UnrecognizedRPCError(statusCode: RPCError.StatusCode, debugMessage: String, errorType: String) : Throwable, RPCError
Content copied to clipboard
Functions
asRPCError
Link copied to clipboard
ConnectionClosedException
Link copied to clipboard
fun ConnectionClosedException(message: String = "Connection has been closed", cause: Throwable? = null): ConnectionClosedException
Content copied to clipboard