Packages

final case class DeserializationFailure(requestInfo: K8sRequestInfo, error: NonEmptyList[Error]) extends K8sFailure with Product with Serializable

Error indicating that Kubernetes API responded with success, but the response body could not be deserialized to the expected data type.

error

The list of deserialization errors

Linear Supertypes
Serializable, Serializable, Product, Equals, K8sFailure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeserializationFailure
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. K8sFailure
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeserializationFailure(requestInfo: K8sRequestInfo, error: NonEmptyList[Error])

    error

    The list of deserialization errors

Value Members

  1. val error: NonEmptyList[Error]
  2. val requestInfo: K8sRequestInfo