Skip to content

display a more verbose error when importing a model#78

Merged
privateip merged 1 commit intoitential:develfrom
privateip:verbose-error
Mar 18, 2025
Merged

display a more verbose error when importing a model#78
privateip merged 1 commit intoitential:develfrom
privateip:verbose-error

Conversation

@privateip
Copy link
Member

When importing a model, the application will check to see if the workflow, pre and post transformations exist for every action defined in the model. It will return an error to the user if any one of the dependencies does not exist. The returned messages in some cases is fairly generic.

The application will now return a more verbose error message to indidcate which action the dependency failed to find prior to importing the model.

fixes #67

When importing a model, the application will check to see if the
workflow, pre and post transformations exist for every action defined in
the model.  It will return an error to the user if any one of the
dependencies does not exist.  The returned messages in some cases is
fairly generic.

The application will now return a more verbose error message to
indidcate which action the dependency failed to find prior to importing
the model.

fixes #67
@privateip privateip merged commit 76f1eec into itential:devel Mar 18, 2025
1 check passed
@privateip privateip deleted the verbose-error branch March 18, 2025 01:36
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.

It would be useful to have a more descriptive error. The workflows required are in a project.

1 participant