RequestError

class RequestError(msg: String) : ErrorInfo

for when the request is bad

Constructors

Link copied to clipboard
fun RequestError(msg: String)

Functions

Link copied to clipboard
open fun message(): String

show all of the error information as a string

Properties

Link copied to clipboard
open override val msg: String

a short message quickly describing the error