Enhance KnownPublishError
visualisation
#348
Labels
type: enhancement
Improvement of existing functionality or minor addition
KnownPublishError
visualisation
#348
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Enhance
KnownPublishError
to support changing the error label and message.How would you imagine the implementation of the feature?
I made a draft PR for it #373 to experiment the idea where I was able to reproduce the screenshots above.
Are there any labels you wish to add?
Describe alternatives you've considered:
Adding a Generic
PublishError
that works in a similar fashion toPublishValidationError
which is a better user friendly way to raise and show errors from pyblish plugins like extractors or even fromlib.py
files.It would like this (I hacked the code to be able to produce this screenshot)
In screenshot my code failed during extraction.
Additional context:
No response
The text was updated successfully, but these errors were encountered: