Packages

object NotFound extends K8sFailure with Product with Serializable

The sever returned with HTTP 404 (NotFound).

See the K8sFailure.syntax.K8sZIOSyntax.ifFound extension method for a convenient way to handle these errors.

Linear Supertypes
Serializable, Serializable, Product, Equals, K8sFailure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotFound
  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