HttpException

Base exception class for HTTP errors

Constructors

Link copied to clipboard
constructor(message: String?, errorCode: HttpErrorCode = HttpErrorCode.SDK_UNKNOWN, retryable: Boolean = false)
constructor(message: String?, cause: Throwable?, errorCode: HttpErrorCode = HttpErrorCode.SDK_UNKNOWN, retryable: Boolean = false)
constructor(cause: Throwable?, errorCode: HttpErrorCode = HttpErrorCode.SDK_UNKNOWN, retryable: Boolean = false)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String