Searched refs:PARAM_REQUIRED_ERROR_CODE (Results 1 – 2 of 2) sorted by relevance
82 const PARAM_REQUIRED_ERROR_CODE = 200002; constant532 … this.errorWithCodeAndMsg(new AsError(PARAM_REQUIRED_ERROR_CODE, `Param ${d9} is required.`), f9);
74 const PARAM_REQUIRED_ERROR_CODE: number = 200002;413 …this.errorWithCodeAndMsg(new AsError(PARAM_REQUIRED_ERROR_CODE, `Param ${paramKey} is required.`),…