Searched defs:Error (Results 1 – 2 of 2) sorted by relevance
211 Error *Error `json:"error,omitempty"` member228 type Error struct { struct229 Code int `json:"code"`230 Message string `json:"message"`231 Data any `json:"data,omitempty"`235 func (err *Error) Error() string { argument
89 ### Error subsection