api/types/error_response.go
bc757385
 package types
 
 // This file was generated by the swagger tool.
 // Editing this file might prove futile when you re-run the swagger generate command
 
8f81bb92
 // ErrorResponse Represents an error.
 // swagger:model ErrorResponse
bc757385
 type ErrorResponse struct {
 
8f81bb92
 	// The error message.
 	// Required: true
bc757385
 	Message string `json:"message"`
 }