package types

// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command

// ErrorResponse Represents an error.
// swagger:model ErrorResponse
type ErrorResponse struct {

	// The error message.
	// Required: true
	Message string `json:"message"`
}