sdk
sdk
/
com.sygic.sdk
/
OperationStatus
/
Result
Result
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
Result
Functions
Properties
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Properties
Canceled
Link copied to clipboard
val
Canceled
:
Int
=
3
Error
Link copied to clipboard
val
Error
:
Int
=
2
Http
Connection
Error
Link copied to clipboard
val
HttpConnectionError
:
Int
=
5
Http
Request
Error
Link copied to clipboard
val
HttpRequestError
:
Int
=
6
Http
Response
Data
Error
Link copied to clipboard
val
HttpResponseDataError
:
Int
=
7
No
Internet
Connection
Link copied to clipboard
val
NoInternetConnection
:
Int
=
4
None
Link copied to clipboard
val
None
:
Int
=
0
Success
Link copied to clipboard
val
Success
:
Int
=
1
Timeout
Link copied to clipboard
val
Timeout
:
Int
=
8