HttpResultException

Represents an exception that occurs during an HTTP request when the server responds with an unsuccessful status code.

Parameters

message

A descriptive message about the exception. Used by PlaybackException to rebuild this exception

Constructors

Link copied to clipboard
constructor(statusCode: Int, statusMessage: String)

Creates a new instance based on a HTTP status code and message.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val localizedMessage: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override var stackTrace: Array<out StackTraceElement?>?
Link copied to clipboard
override val suppressed: Array<out Throwable?>?