Versions in this module Expand all Collapse all v0 v0.2.1 Jul 31, 2023 v0.2.0 Apr 6, 2023 Changes in this version + var KitexUnusedProtection = struct{} + type Err int64 + const Err_AuthorizeFail + const Err_BadRequest + const Err_BlobSrvErr + const Err_CarSrvErr + const Err_DirtyData + const Err_NoMethod + const Err_NoRoute + const Err_ParamsErr + const Err_ProfileSrvErr + const Err_RPCBlobSrvErr + const Err_RPCCarSrvErr + const Err_RPCProfileSrvErr + const Err_RPCTripSrvErr + const Err_RPCUserSrvErr + const Err_RecordAlreadyExist + const Err_RecordNotFound + const Err_ServiceErr + const Err_Success + const Err_TooManyRequest + const Err_TripSrvErr + const Err_UserSrvErr + func ErrFromString(s string) (Err, error) + func ErrPtr(v Err) *Err + func (p *Err) Scan(value interface{}) (err error) + func (p *Err) Value() (driver.Value, error) + func (p Err) String() string