DeserializationFailure

com.coralogix.zio.k8s.client.DeserializationFailure
See theDeserializationFailure companion object
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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait K8sFailure
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product