ConcurrencyException

open class ConcurrencyException(message: String = "Precondition failed", status: HttpStatusCode = HttpStatusCode.PreconditionFailed, response: Response? = null) : HttpException

Thrown on HTTP response for a failed precondition or mid-air collision (usually HttpStatusCode.PreconditionFailed).

Constructors

Link copied to clipboard
constructor(message: String = "Precondition failed", status: HttpStatusCode = HttpStatusCode.PreconditionFailed, response: Response? = null)

Properties

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

The wait time before retrying suggested by the server.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard