StatusCause

final case class StatusCause(field: Option[String], message: Option[String], reason: Option[String])

StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.

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

Value members

Concrete methods

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

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

Source:
StatusCause.scala

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

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

Source:
StatusCause.scala

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

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

Source:
StatusCause.scala

Returns a new data with field set to new value

Returns a new data with field set to new value

Source:
StatusCause.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
StatusCause.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Source:
StatusCause.scala

Inherited methods

Inherited from:
Product