Interface ContainerWaitResponse

OK response to ContainerWait operation ContainerWaitResponse

interface ContainerWaitResponse {
    Error?: ContainerWaitExitError;
    StatusCode: number;
}

Properties

Properties

StatusCode: number

Exit code of the container