@libraz/libcantus - v1.1.0
GitHub
npm
Preparing search index...
LibcantusErrorCode
Type Alias LibcantusErrorCode
LibcantusErrorCode
:
"INVALID_INPUT"
|
"NO_SOLUTION"
|
"BUDGET_EXCEEDED"
What kind of failure an error reports.
INVALID_INPUT
: an argument is malformed or out of range. The caller's input must change.
NO_SOLUTION
: the input is valid but nothing satisfies the constraints. The constraints must change, or the failure must be accepted.
BUDGET_EXCEEDED
: the requested work is larger than the synchronous generation budget. The request must be smaller, or the budget larger.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@libraz/libcantus - v1.1.0
Loading...
What kind of failure an error reports.
INVALID_INPUT: an argument is malformed or out of range. The caller's input must change.NO_SOLUTION: the input is valid but nothing satisfies the constraints. The constraints must change, or the failure must be accepted.BUDGET_EXCEEDED: the requested work is larger than the synchronous generation budget. The request must be smaller, or the budget larger.