Actions
Feature #6290
openPython exceptions
Start date:
2023-12-15
Due date:
% Done:
0%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
Fixed in version:
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
A number of python API methods raise Exceptions. For instance methods which have a **kwds
argument may raise an error when invalid keywords, or invalid keyword combinations, are used.
Raising this issue to review whether these should be PySaxonApiError
rather than Exception
.
Updated by Debbie Lockett 11 months ago
I have committed some updates to improve the content of some of the error messages; e.g. for clarity where exactly one of a set of keywords must be supplied.
Please register to edit this issue
Actions