Documentation
    Preparing search index...

    Enumeration ValidationErrorItemOrigin

    An enum that defines valid ValidationErrorItem origin values

    Index
    CORE: "CORE"

    specifies errors that originate from the sequelize "core"

    DATATYPE: "DATATYPE"

    specifies validation errors that originate from DataTypes.ABSTRACT#validate constraint validation.

    DB: "DB"

    specifies validation errors that originate from the storage engine

    FUNCTION: "FUNCTION"

    specifies validation errors that originate from validator functions (both built-in and custom) defined for a given attribute