Packages

c

com.coralogix.zio.k8s.client

Unauthorized

final case class Unauthorized(requestInfo: K8sRequestInfo, message: String) extends K8sFailure with Product with Serializable

Request unauthorized

Indicates that the Kubernetes API returned a HTTP 401 response.

message

Message of the response

Linear Supertypes
Serializable, Serializable, Product, Equals, K8sFailure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unauthorized
  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 Unauthorized(requestInfo: K8sRequestInfo, message: String)

    message

    Message of the response

Value Members

  1. val message: String
  2. val requestInfo: K8sRequestInfo