DeserializationFailure

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

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

Value parameters:
error

The list of deserialization errors

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product