Documentation
    Preparing search index...

    Variable DATA_KEY_ERRORConst

    DATA_KEY_ERROR: {
        DATA_IS_NULL: "basalt-helper.error.data_is_null";
        DATA_MUST_BE_OBJECT: "basalt-helper.error.data_must_be_object";
    } = ...

    Core data key error is a list of errors in the data context.

    Type declaration

    • ReadonlyDATA_IS_NULL: "basalt-helper.error.data_is_null"
    • ReadonlyDATA_MUST_BE_OBJECT: "basalt-helper.error.data_must_be_object"