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

Internal IntegrationError is not exposed to integration job log #106

Open
ndowmon opened this issue Nov 11, 2020 · 0 comments
Open

Internal IntegrationError is not exposed to integration job log #106

ndowmon opened this issue Nov 11, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@ndowmon
Copy link
Contributor

ndowmon commented Nov 11, 2020

throw new IntegrationError({

PR #104 introduced error messages intended to expose a message to the user about step dependency failures that cause synchronizer steps to be skipped. It turns out the managed integration SDK does not honor exposing integration errors, and instead wraps all errors thrown out of steps with a generic IntegrationError.

**EDIT:**I believe the error is thrown here: https://bitbucket.org/jupiterone/jupiter-managed-integration-sdk/src/b8d1e6cce5f4615430d3f4ab21012caa4eef68d0/src/integration/execution/executeStepFunctionsStart.ts#lines-55

@ndowmon ndowmon self-assigned this Nov 11, 2020
@ndowmon ndowmon added bug Something isn't working enhancement New feature or request labels Nov 11, 2020
@ndowmon ndowmon removed their assignment Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant