nutrient
Toggle table of contents
10.8.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
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
?