Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加异常信息控制静态变量,改造两层错误码问题,文档修正 #212

Merged
merged 4 commits into from
Apr 6, 2021

Commits on Apr 5, 2021

  1. 错误码只在最外层返回,逻辑统一

    iceewei committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    3d21063 View commit details
    Browse the repository at this point in the history
  2. 错误码只在最外层返回,逻辑统一

    iceewei committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    737aa73 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. feat: 添加异常信息控制静态变量,改造两层错误码问题

    - AbstractParser类增加了isPrintErrorLog静态变量,暴露给用户控制错误信息抛出
    - 内外两层错误码改造,增加抛出异常逻辑(updateCount <= 0)
    iceewei committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    635d241 View commit details
    Browse the repository at this point in the history
  2. fix: 添加异常信息控制静态变量,改造两层错误码问题

        - AbstractParser类增加了isPrintErrorLog静态变量,暴露给用户控制错误信息抛出
        - 内外两层错误码改造,增加抛出异常逻辑(updateCount <= 0)
    iceewei committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    873afa8 View commit details
    Browse the repository at this point in the history