View Source K8s.Client.HTTPError exception (k8s v2.6.0)

Kubernetes API Error

Any HTTP Error with JSON error payload

Summary

Types

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

Functions

Link to this function

from_exception(exception)

View Source
@spec from_exception(Exception.t()) :: t()
@spec new(keyword()) :: t()