ConflictError
Defined in: core/src/error/error.ts:51
The request clashes with state that already exists, such as an id already taken.
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ConflictError(message, options?): ConflictError;Defined in: core/src/error/error.ts:10
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
options? |
ErrorOptions |
Returns
Section titled “Returns”ConflictError