Package-level declarations
Types
Link copied to clipboard
State representing ongoing, completed or failed requests
Link copied to clipboard
data class RequestError(val topic: String? = null, val description: String? = null, val throwable: Throwable? = null) : Throwable
Custom error for requests