package schema type ErrorResponse struct { Message string `json:"message"` TraceID uint `json:"traceid"` }