import { isErrorResponse } from "https://deno.land/x/udibo_react_app@0.18.0/error.tsx";
Check if the response is an error response that can be converted to an HttpError.
Returns
response is ErrorResponse<T>
x/udibo_react_app/error.tsx>isErrorResponse
import { isErrorResponse } from "https://deno.land/x/udibo_react_app@0.18.0/error.tsx";
Check if the response is an error response that can be converted to an HttpError.