exceptions
xsdata.codegen.exceptions
CodegenWarning
Bases: Warning
Recovered errors during code generation recovered errors.
Source code in xsdata/codegen/exceptions.py
6 7 |
|
CodegenError
Bases: ClickException
Unexpected state during code generation related errors.
Source code in xsdata/codegen/exceptions.py
10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
show(file=None)
Echo codegen error message and details.
Source code in xsdata/codegen/exceptions.py
17 18 19 20 21 22 |
|