toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.network.request
/
Request2
/
Failure
Failure
class
Failure
<
T
>
(
val
code
:
Int
,
val
message
:
String
)
:
Request2
<
T
>
Members
Constructors
Failure
Link copied to clipboard
internal
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String