package errormessage type ErrorMessage struct { Message string `json:"message"` }