UnexpectedException

Indicates that a network request failed for an unknown reason. It is therefore unknown whether it is safe to retry the request, so it is deemed not safe to retry.

Parameters

cause

The underlying cause of the failure, if available

Constructors

Link copied to clipboard
constructor(cause: Throwable?)

Properties

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

Functions

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