View Source K8s.Client.HTTPError exception (k8s v2.0.0-rc.2)

Kubernetes API Error

Any HTTP Error with JSON error payload

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

from_exception(exception)

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