SignboardError

class SignboardError

The state is returned if there is an error retrieving signboard.

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?
an optional throwable value expressing the error