Error

data class Error(val link: String?, val message: String, val type: String, val details: List<Details>?, val event_id: String?)

A class representing error data returned from a request.

Constructors

Link copied to clipboard
fun Error(link: String?, message: String, type: String, details: List<Details>?, event_id: String?)

Properties

Link copied to clipboard

a list of more details about the error

Link copied to clipboard

an event ID related to the error

Link copied to clipboard
val link: String?

a link for the error

Link copied to clipboard

information about the error

Link copied to clipboard

the error type