internalServerError(message: string,cause?: Error): HttpError
Creates a 500 Internal Server Error error.
Pass the original error as cause so the root cause is preserved in the
ES2022 error chain for logging and debugging.
internalServerError(message: string,cause?: Error): HttpError
Creates a 500 Internal Server Error error.
Pass the original error as cause so the root cause is preserved in the
ES2022 error chain for logging and debugging.
import { internalServerError } from "exceptions/src/index.ts";