enspara.exception
Custom enspara-only exceptions.
Exceptions
|
An iterative procedure has failed to converge after the maximum allowed number of iterations. |
|
The data looks structurally invalid (mismatched array lengths, negative numbers were natural numbers are expected, etc). |
|
The given configuration is incomplete or otherwise not usable. |
|
The data is structurally valid, but insufficient computational resources were availiable to complete the operation or request. |
|
Something has happened that may have substantial performance implications and may be easy to avoid. |
|
The data is usable, but is has a structure or type that is suspicious, and may cause bad behavior down the road. |