Conflict class is used to standardize the structure of a "Conflict" error response, including the response body, headers, status, and status text.ts
import { Conflict } from "@arkyn/server";
string): A descriptive message explaining the cause of the conflict.any, optional): Additional information about the cause of the conflict.toResponse()Conflict instance into a Response object with a JSON body.ResponsetoJson()Conflict instance into a Response object using the Response.json method.Response