Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
ErrorDetail
Error
Detail
@
Serializable
data
class
ErrorDetail
(
val
code
:
Int
?
=
null
,
val
message
:
String
?
=
null
)
Parameters
code
message
Members
Constructors
Error
Detail
Link copied to clipboard
constructor
(
code
:
Int
?
=
null
,
message
:
String
?
=
null
)
Properties
code
Link copied to clipboard
@
SerialName
(
value
=
"code"
)
val
code
:
Int
?
message
Link copied to clipboard
@
SerialName
(
value
=
"message"
)
val
message
:
String
?