package happydns type Error struct { // Err describe the error to display to the user. Err string `json:"errmsg"` }