blob: 649ab95131aa60253a5d6cb1585de9564def39f3 [file] [log] [blame]
package types
// ErrorResponse is the response body of API errors.
type ErrorResponse struct {
Message string `json:"message"`
}