NotFinishedException

class NotFinishedException(message: String? = "ApiResult is still in the Loading state") : IllegalStateException

An exception that is thrown when an attempt to retrieve a result of an ApiResult is being made when the result is Loading

Constructors

Link copied to clipboard
constructor(message: String? = "ApiResult is still in the Loading state")

Properties

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