InvalidPointError

class InvalidPointError(val errorMessage: String, val throwable: Throwable?)

Represents an error indicating the points provided are invalid.

Parameters

errorMessage

an error message describing the error.

throwable

an optional throwable related to the error.

Constructors

Link copied to clipboard
fun InvalidPointError(errorMessage: String, throwable: Throwable?)

Properties

Link copied to clipboard
val errorMessage: String
Link copied to clipboard
val throwable: Throwable?