Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class OpenboxClientUnexpectedResponseError
extends Error
import { OpenboxClientUnexpectedResponseError } from "https://deno.land/x/openbox@1.2.10/mod.ts";

Constructors

new
OpenboxClientUnexpectedResponseError(body: unknown, response: Response)

Properties

readonly
name