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