toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-core
/
com.jeluchu.jchucomponents.extensions.retrofit
Package-level
declarations
Types
Functions
Types
Status
Code
Link copied to clipboard
enum
StatusCode
:
Enum
<
StatusCode
>
This is a list of Hypertext Transfer Protocol (HTTP) response status codes.
Functions
get
Http
Error
Info
Link copied to clipboard
fun
getHttpErrorInfo
(
code
:
Int
)
:
StatusCode
request
Link copied to clipboard
fun
<
T
,
R
>
request
(
call
:
Call
<
T
>
,
transform
:
(
T
)
->
R
,
default
:
T
)
:
Either
<
Failure
,
R
>