function conflict
Since 0.1.0
conflict(message: string): HttpError

Creates a 409 Conflict error.

Parameters

message: string

Human-readable error message

Return Type

Usage

import { conflict } from "exceptions/src/index.ts";