Searched defs:BusinessError (Results 1 – 6 of 6) sorted by relevance
89 struct BusinessError { struct94 BusinessError &Build(CallResult callResult, const std::string &msg) in Build() argument101 BusinessError &AddErrorMessage(int32_t errorCode, const std::string &errorMessage) in AddErrorMessage() argument110 friend void to_json(nlohmann::json &jsonObj, const BusinessError &businessError) in to_json() argument117 friend void from_json(const nlohmann::json &jsonObj, BusinessError &businessError) in from_json() argument
28 export interface BusinessError extends Error { interface
49 struct BusinessError { struct73 bool ParseBusinessError(napi_env env, napi_value value, BusinessError &error); argument
95 struct BusinessError { struct110 BusinessError error; argument
26 class BusinessError extends Error { class
437 export interface BusinessError { interface