ErrorResult

Any error result will be in its own class, as there will not be any return values included in this lot.

Constructors

Link copied to clipboard
constructor(check: T, exceptionClass: E)

Properties

Link copied to clipboard
open override val check: T

the reflection check requested by the server

Link copied to clipboard

the exception class that the client received

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String