PrismaClientUnknownRequestError class
Prisma Client throws a PrismaClientUnknownRequestError exception if the query engine returns an error related to a request that does not have an error code.
- Inheritance
-
- Object
- Error
- PrismaClientError
- PrismaClientUnknownRequestError
Constructors
- PrismaClientUnknownRequestError.new({required String message, String clientVersion = version})
Properties
- clientVersion → String
-
Version of Prisma client (for example,
4.4.0
)finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Error message associated with error code
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace at the point where this error was first thrown.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited