Result

annotation class Result

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String

Properties

Link copied to clipboard
val Canceled: Int
Link copied to clipboard
val Error: Int
Link copied to clipboard
val HttpConnectionError: Int
Link copied to clipboard
val HttpRequestError: Int
Link copied to clipboard
val HttpResponseDataError: Int
Link copied to clipboard
val NoInternetConnection: Int
Link copied to clipboard
val None: Int
Link copied to clipboard
val Success: Int
Link copied to clipboard
val Timeout: Int