toggle menu
forage-android
2.0.8
androidJvm
switch theme
search in API
forage-android
/
com.joinforage.forage.android.network.model
/
ForageError
Forage
Error
data
class
ForageError
(
val
httpStatusCode
:
Int
,
val
code
:
String
,
val
message
:
String
)
Members
Constructors
Forage
Error
Link copied to clipboard
constructor
(
httpStatusCode
:
Int
,
code
:
String
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
String
http
Status
Code
Link copied to clipboard
val
httpStatusCode
:
Int
message
Link copied to clipboard
val
message
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String