TransientFailure

data class TransientFailure(val message: String, val httpStatus: Int? = null, val cause: Throwable? = null) : TransportResult<Nothing>

Constructors

Link copied to clipboard
constructor(message: String, httpStatus: Int? = null, cause: Throwable? = null)

Properties

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