Class: ConflictError
Defined in: sdk/src/errors.ts:45
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ConflictError(message?: string): ConflictError;Defined in: sdk/src/errors.ts:46
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
message | string | 'Conflict — resource state collision' |
Returns
Section titled “Returns”ConflictError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”| Property | Type | Inherited from | Defined in |
|---|---|---|---|
status? | number | OptailError.status | sdk/src/errors.ts:2 |
code? | string | OptailError.code | sdk/src/errors.ts:3 |