github.com/endophage/docker@v1.4.2-0.20161027011718-242853499895/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 }