WebErrorSet

A class representing a set of web errors.

Parameters

args

The web errors.

Constructors

Link copied to clipboard
constructor(vararg args: WebError?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The list of web errors.

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

The primary code of the web error.

Link copied to clipboard

The primary web error.

Link copied to clipboard

The primary message of the web error.

Link copied to clipboard
Link copied to clipboard