@resistdesign/voltra
    Preparing search index...

    Variable PRIMITIVE_ERROR_MESSAGE_CONSTANTSConst

    PRIMITIVE_ERROR_MESSAGE_CONSTANTS: {
        boolean: "NOT_A_BOOLEAN";
        number: "NOT_A_NUMBER";
        string: "NOT_A_STRING";
    } = ...

    Error codes for primitive type validation failures.

    Keys intentionally match typeof value results.

    Type Declaration

    • Readonlyboolean: "NOT_A_BOOLEAN"
    • Readonlynumber: "NOT_A_NUMBER"
    • Readonlystring: "NOT_A_STRING"