toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
io.nutrient.data.models
/
RestApiError
Rest
Api
Error
@
Serializable
data
class
RestApiError
(
val
type
:
String
?
=
""
,
val
message
:
String
?
=
""
)
Members
Constructors
Rest
Api
Error
Link copied to clipboard
constructor
(
type
:
String
?
=
""
,
message
:
String
?
=
""
)
Properties
message
Link copied to clipboard
val
message
:
String
?
type
Link copied to clipboard
val
type
:
String
?