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
/
ContainerWaitResponse
Container
Wait
Response
@
Serializable
data
class
ContainerWaitResponse
(
val
statusCode
:
Long
,
val
error
:
ContainerWaitExitError
?
=
null
)
OK response to ContainerWait operation
Parameters
status
Code
Exit code of the container
error
Members
Constructors
Container
Wait
Response
Link copied to clipboard
constructor
(
statusCode
:
Long
,
error
:
ContainerWaitExitError
?
=
null
)
Properties
error
Link copied to clipboard
@
SerialName
(
value
=
"Error"
)
val
error
:
ContainerWaitExitError
?
status
Code
Link copied to clipboard
@
SerialName
(
value
=
"StatusCode"
)
@
Required
val
statusCode
:
Long