type alias Oak.ErrorStatusimport { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts"; const { ErrorStatus } = Oak; An HTTP status that is an error (4XX and 5XX). definition: ClientErrorStatus | ServerErrorStatus