Skip to main content
Module

x/k8s/deps.ts>OpenapiOperationError

Deno / TypeScript Kubernetes client
Latest
class OpenapiOperationError
extends Error
Re-export
import { OpenapiOperationError } from "https://deno.land/x/k8s@1.29.1/deps.ts";

Constructors

new
OpenapiOperationError(response: Omit<OpenapiOperationResponse, "ok">)

Properties

readonly
data: any
readonly
headers: Headers
readonly
status: number
readonly
statusText: string
readonly
url: string