github.com/vieux/docker@v0.6.3-0.20161004191708-e097c2a938c7/api/types/errors.go (about)

     1  package types
     2  
     3  // ErrorResponse is the response body of API errors.
     4  type ErrorResponse struct {
     5  	Message string `json:"message"`
     6  }