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

Constructors

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

Properties

readonly
name