Skip to content

522 Connection Timed Out

Cloudflare specific error. Cloudflare timed out trying to connect to the origin server.

Cloudflare specific error. Cloudflare timed out trying to connect to the origin server.

import { HttpException, get } from 'shokupan';
export const getResource = get('/resource', () => {
throw new HttpException('Connection Timed Out', 522);
});