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