github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/api/types/container/wait_exit_error.go (about)

     1  package container
     2  
     3  // This file was generated by the swagger tool.
     4  // Editing this file might prove futile when you re-run the swagger generate command
     5  
     6  // WaitExitError container waiting error, if any
     7  // swagger:model WaitExitError
     8  type WaitExitError struct {
     9  
    10  	// Details of an error
    11  	Message string `json:"Message,omitempty"`
    12  }