RpcException

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class RpcException(val exceptionId: String = "")

Properties

Link copied to clipboard

Unique identifier for this exception (simple class name by default).