Searched defs:BusinessError (Results 1 – 7 of 7) sorted by relevance
30 struct BusinessError { struct35 BusinessError &Build(CallResult callResult, const std::string &msg) in Build() argument42 BusinessError &AddErrorMessage(int32_t errorCode, const std::string &errorMessage) in AddErrorMessage() argument51 friend void to_json(nlohmann::json &jsonObj, const BusinessError &businessError) in to_json() argument58 friend void from_json(const nlohmann::json &jsonObj, BusinessError &businessError) in from_json() argument
49 struct BusinessError { struct50 int32_t code = 0;51 std::string data;
28 export interface BusinessError extends Error { interface
95 struct BusinessError { struct110 BusinessError error; argument
27 class BusinessError extends Error { class
31 class BusinessError extends Error { class
437 export interface BusinessError { interface