dotcloud/docker

View on GitHub
api/types/container/wait_exit_error.go

Summary

Maintainability
A
0 mins
Test Coverage
package container

// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command

// WaitExitError container waiting error, if any
// swagger:model WaitExitError
type WaitExitError struct {

    // Details of an error
    Message string `json:"Message,omitempty"`
}