package point_tools type ApiError struct { Code int `json:"code"` Message string `json:"message"` }