View Source K8s.Client.APIError exception (k8s v1.1.1)

Kubernetes API Error

Any HTTP Error with JSON error payload

Link to this section Summary

Link to this section Types

Specs

t() :: %K8s.Client.APIError{
  __exception__: term(),
  message: String.t(),
  reason: String.t()
}