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

feat: Adding extend error states in the gate and orchestrator #982

Conversation

kunyao-cofinity-x
Copy link

Description

Enhance the error-handling mechanism for the orchestrator and gate components by extending the list of available error codes. This will improve the visibility and detail of error information, particularly beneficial for the customer dashboard to understand why a data set could not be processed.

Currently, the orchestrator and gate components have a limited set of error codes. Extending these error codes will provide more granular information on processing failures, aiding in quicker diagnosis and resolution. This feature will update both the orchestrator and gate components to support a more comprehensive list of error codes.

  • NaturalPersonError,
  • BpnErrorMissingParent,
  • BpnErrorNotFound,
  • BpnErrorTooManyOptions,
  • MandatoryFieldValidationFailed,
  • BlacklistCountryPresent,
  • InvalidSpecialCharacters,
  • MandatoryFieldMissing,
  • BpnlChanged
  • NnclearEntity,
  • NnknownSpecialCharacters,
  • MatchBasedOnProvidedNameOrIdentifier,
  • None

Reference issue

eclipse-tractusx/sig-release#727

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant