Class PrismaResetNeededError

An error thrown by the Prisma API that indicates that applying migrations in dev failed such that the entire database needs to be reset. You can do that by calling prisma.database.resetDev.

Hierarchy

  • Error
    • PrismaResetNeededError

Constructors

Properties

Constructors

Properties

name: "PrismaResetNeededError" = 'PrismaResetNeededError'