Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Import API SDK
DuplicateAttributeValueError
Interface DuplicateAttributeValueError
The
Unique
AttributeConstraintEnum
was violated.
interface
DuplicateAttributeValueError
{
attribute
:
Attribute
;
code
:
"DuplicateAttributeValue"
;
message
:
string
;
}
Index
Properties
attribute
code
message
Properties
Readonly
attribute
attribute
:
Attribute
The attribute in conflict.
Readonly
code
code
:
"DuplicateAttributeValue"
Readonly
message
message
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attribute
code
message
Typescript SDK Type Docs
Loading...
The
Unique
AttributeConstraintEnum was violated.