Result

annotation class Result

Functions

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

Properties

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