Documentation / @zerotal/core / index / ConflictError
Class: ConflictError
Defined in: errors/HttpError.ts:63
409 Conflict — the request conflicts with the current state of the resource.
Extends
Constructors
Constructor
new ConflictError(
message?):ConflictError
Defined in: errors/HttpError.ts:64
Parameters
message?
string = "Conflict"
Returns
ConflictError
Overrides
Properties
headers?
optionalheaders?:Record<string,string>
Defined in: errors/HttpError.ts:15
Inherited from
code
readonlycode:string
Defined in: errors/ZerotalError.ts:18
Inherited from
status
readonlystatus:number=500
Defined in: errors/ZerotalError.ts:19
Inherited from
context?
readonlyoptionalcontext?:Record<string,unknown>
Defined in: errors/ZerotalError.ts:20