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

Refactor the error code for modules #181

Open
morazow opened this issue Jul 7, 2023 · 0 comments
Open

Refactor the error code for modules #181

morazow opened this issue Jul 7, 2023 · 0 comments
Labels
refactoring Code improvement without behavior change

Comments

@morazow
Copy link
Contributor

morazow commented Jul 7, 2023

Situation

Repositories maintained by integration team use error codes for situations when an error occurs. This helps to identify quickly issues and enable our support team.

References:

Also spark-connector uses error codes of course. However, SEC's repository recently was separated into different modules.
The current ticket requests to also separate the error-codes.
This may cause error-code tag changes.
Please try to not update old error codes but rather to create new ones.

Acceptance Criteria

  • SEC Error codes are updated according to the modules
  • Each module package uses its own specific error code
  • All error codes share a common prefix.
  • Rather than changing existing error codes SEC uses new error codes (higher number suffix)
  • Error code crawler validation passes
@morazow morazow added the refactoring Code improvement without behavior change label Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

1 participant