RequestError

@Serializable
data class RequestError(msg: String)

Represents an error that occurred when making an API request.

Constructors

Link copied to clipboard
fun RequestError(msg: String)

Properties

Link copied to clipboard
val msg: String

A human readable message describing the error.