yr.exception.YRValueError#
- exception yr.exception.YRValueError(code=ErrorCode.ERR_PARAM_INVALID, module_code=ModuleCode.RUNTIME, message: str = '', error_info=None, cause=None, stack_trace_infos=None)#
结构化参数取值错误。
YRValueError继承自 yr.exception.YRError 和 Python 内置ValueError。用户可以继续使用except ValueError捕获该异常,也可以使用except yr.YRValueError读取结构化错误字段。