WebError

class WebError(val id: String?, val code: String?, val message: String?)(source)

A class representing a web error.

Constructors

Link copied to clipboard
constructor(id: String?, code: String?, message: String?)

Properties

Link copied to clipboard
val code: String?

The code of the error.

Link copied to clipboard
val id: String?

The ID of the error.

Link copied to clipboard

The message of the error.