github.com/getong/docker@v1.13.1/api/types/error_response.go (about)

     1  package types
     2  
     3  // This file was generated by the swagger tool.
     4  // Editing this file might prove futile when you re-run the swagger generate command
     5  
     6  // ErrorResponse Represents an error.
     7  // swagger:model ErrorResponse
     8  type ErrorResponse struct {
     9  
    10  	// The error message.
    11  	// Required: true
    12  	Message string `json:"message"`
    13  }