ComponentCondition

final case class ComponentCondition(status: String, `type`: String, error: Option[String], message: Option[String])

Information about the condition of a component.

Source:
ComponentCondition.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if error has a value, transforms to the result of function

if error has a value, transforms to the result of function

Source:
ComponentCondition.scala

if message has a value, transforms to the result of function

if message has a value, transforms to the result of function

Source:
ComponentCondition.scala

transforms status to result of function

transforms status to result of function

Source:
ComponentCondition.scala

transforms type to result of function

transforms type to result of function

Source:
ComponentCondition.scala

Returns a new data with error set to new value

Returns a new data with error set to new value

Source:
ComponentCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
ComponentCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Source:
ComponentCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
ComponentCondition.scala

Inherited methods

Inherited from:
Product