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

Types

Link copied to clipboard
sealed interface ThrowableResultType<E : Class<out Throwable>>

The throwable result types notify the user whether the throwable was caught during the construction of the reflection check where it looks up each class/field, or during the execution, where it looks up or assigns new values to properties. As the exceptions overlap, we need to distinguish the two types with a different wrapper.

Properties

Link copied to clipboard
open override val check: T

the reflection check requested by the server

Link copied to clipboard

the throwable class that the client received during either construction or execution.

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