github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/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  }