ManeuverError

class ManeuverError

Represents an error value for maneuver updates.

Parameters

errorMessage

an error message

throwable

an optional throwable value expressing the error

Functions

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

Properties

errorMessage
Link copied to clipboard
val errorMessage: String?
an error message
throwable
Link copied to clipboard
val throwable: Throwable? = null
an optional throwable value expressing the error