SteamKitWebRequestException

Thrown when an HTTP request fails.

Constructors

Link copied to clipboard
constructor(message: String, response: Response)

Initializes a new instance of the SteamKitWebRequestException class.

constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
var headers: Headers?

Represents the collection of HTTP response headers.

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

Represents the status code of the HTTP response.