K8s.Client.HTTPError exception (k8s v2.7.0)

View Source

Kubernetes API Error

Any HTTP Error with JSON error payload

Summary

Types

t()

@type t() :: %K8s.Client.HTTPError{
  __exception__: true,
  adapter_specific_error: any(),
  message: String.t()
}

Functions

from_exception(exception)

@spec from_exception(Exception.t()) :: t()

new(fields)

@spec new(keyword()) :: t()