Documentation
    Preparing search index...

    The Base Error all Sequelize Errors inherit from.

    Sequelize provides a host of custom error classes, to allow you to do easier debugging. All of these errors are exported by the @sequelize/core package. All sequelize errors inherit from the base JS error object.

    Hierarchy (View Summary)

    Index
    • Parameters

      • Optionalmessage: string
      • Optionaloptions: ErrorOptions

      Returns BaseError

    • get original(): this["cause"]

      Returns this["cause"]

      use Error.cause.

    • get parent(): this["cause"]

      Returns this["cause"]

      use Error.cause.