moby--moby/api/types/error_response_ext.go

7 lines
110 B
Go
Raw Permalink Normal View History

package types
// Error returns the error message
func (e ErrorResponse) Error() string {
return e.Message
}