1 package api 2 3 // GenericError for machine readable output error messages 4 type GenericError struct { 5 Message string `json:"message"` 6 } 7
View as plain text