cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
api
/
app.softwork.cikraft.api
/
OdataError
/
ErrorDetails
Error
Details
@
Serializable
data
class
ErrorDetails
(
val
code
:
String
,
val
message
:
OdataError.ErrorDetails.Message
)
(
source
)
Members
Constructors
Error
Details
Link copied to clipboard
constructor
(
code
:
String
,
message
:
OdataError.ErrorDetails.Message
)
Types
Message
Link copied to clipboard
@
Serializable
data
class
Message
(
val
lang
:
String
,
val
value
:
String
)
Properties
code
Link copied to clipboard
val
code
:
String
message
Link copied to clipboard
val
message
:
OdataError.ErrorDetails.Message