munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
commons
/
com.munchies.commons.infrastructure.adapter
/
ErrorResponse
Error
Response
@
Serializable
@
SerialName
(
value
=
"ErrorResponse"
)
class
ErrorResponse
(
val
result
:
String
,
val
code
:
Int
=
420
)
:
WebResponse
<
String
>
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
result
:
String
,
code
:
Int
=
420
)
Properties
code
Link copied to clipboard
open
override
val
code
:
Int
result
Link copied to clipboard
open
override
val
result
:
String
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
String