Skip to main content

Class: ConflictError

The request could not be completed due to a conflict with the current state of the target resource.

Extends

  • EError

Constructors

new ConflictError()

new ConflictError(message, errorId?): ConflictError

Creates an instance of EError.

Parameters

message: string = 'An error occurred'

The error message.

errorId?: string

An optional error ID.

Returns

ConflictError

Inherited from

EError.constructor

Defined in

packages/core/src/error-handler.ts:11

Properties

errorId?

optional errorId: string;

An optional error ID.

Inherited from

EError.errorId

Defined in

packages/core/src/error-handler.ts:13