Package org.brightify.hyperdrive.krpc.error

Types

InternalServerError
Link copied to clipboard
class InternalServerError : BaseRPCError
RPCErrorSerializer
Link copied to clipboard
class RPCErrorSerializer(register: PolymorphicModuleBuilder<RPCError>.() -> Unit) : KSerializer<RPCError>
RPCNotFoundError
Link copied to clipboard
class RPCNotFoundError(call: ServiceCallIdentifier) : BaseRPCError
RPCProtocolViolationError
Link copied to clipboard
class RPCProtocolViolationError : InternalRPCError
RPCStreamTimeoutError
Link copied to clipboard
class RPCStreamTimeoutError(timeoutInMillis: Long) : BaseRPCError
UnknownRPCReferenceException
Link copied to clipboard
class UnknownRPCReferenceException(reference: RPCReference) : InternalRPCError
UnrecognizedRPCError
Link copied to clipboard
class UnrecognizedRPCError(statusCode: RPCError.StatusCode, debugMessage: String, errorType: String) : Throwable, RPCError

Functions

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