Fraci
GitHub
npm
Preparing search index...
fraci/prisma
PrismaClientConflictError
Type Alias PrismaClientConflictError
PrismaClientKnownRequestError of the conflict error.
type
PrismaClientConflictError
=
{
code
:
typeof
PRISMA_CONFLICT_CODE
;
meta
:
{
modelName
:
string
;
target
:
string
[]
}
;
name
:
"PrismaClientKnownRequestError"
;
}
Index
Properties
code
meta
name
Properties
code
code
:
typeof
PRISMA_CONFLICT_CODE
meta
meta
:
{
modelName
:
string
;
target
:
string
[]
}
name
name
:
"PrismaClientKnownRequestError"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
meta
name
GitHub
npm
Fraci
Loading...
PrismaClientKnownRequestError of the conflict error.