View Source Kubereq.Error.KubeconfError exception (kubereq v0.4.0)

Indicates an error with the Kubernetes Configuration

Summary

Types

t()

@type t() :: %Kubereq.Error.KubeconfError{
  __exception__: true,
  code: atom(),
  message: String.t(),
  upstream: Exception.t()
}

Functions

new(code, fields \\ [])

@spec new(atom(), Keyword.t() | nil) :: t()