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