Skip to main content
Go to Latest
class OpenboxClientResponseValidationError
extends Error
import { OpenboxClientResponseValidationError } from "https://deno.land/x/openbox@1.0.3/mod.ts";

Constructors

new
OpenboxClientResponseValidationError(
response: Response,
data: string,
error: ValueError,
)

Properties

readonly
name