traefik/vendor/github.com/docker/engine-api/types/errors.go
2017-03-09 13:13:02 +01:00

6 lines
131 B
Go

package types
// ErrorResponse is the response body of API errors.
type ErrorResponse struct {
Message string `json:"message"`
}