Skip to content

530 Origin DNS Error

Cloudflare specific error. Cloudflare couldn’t resolve the DNS record for your origin server.

Cloudflare specific error. Cloudflare couldn’t resolve the DNS record for your origin server.

import { HttpException, get } from 'shokupan';
export const getResource = get('/resource', () => {
throw new HttpException('Origin DNS Error', 530);
});