ULError

data class ULError(val type: ULErrorType, val message: String) : Throwable

ULError represents a specific type of error that can occur in the application

Parameters

type

an enumeration representing the type of error

message

a string describing the error in more detail

Constructors

Link copied to clipboard
fun ULError(type: ULErrorType, message: String)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard