CancelledException

Indicates that the request was cancelled by the requester. It is therefore unknown whether it is safe to retry the request, so it is deemed not safe to retry.

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