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