PrismaClientValidationError class
Prisma Client throws a PrismaClientValidationError exception if validation fails. See https://www.prisma.io/docs/reference/api-reference/error-reference#prismaclientvalidationerror
- Implemented types
- Annotations
-
- @JsonSerializable(createFactory: true, createToJson: false)
Constructors
- PrismaClientValidationError(String message)
-
const
-
PrismaClientValidationError.fromJson(Map<
String, dynamic> json) -
factory
Properties
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