package tr // TCPError response tcp error type TCPError struct { Msg string `json:"msg" example:"status bad request"` }