@libraz/libcantus - v1.1.0
    Preparing search index...

    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.