StatusDetails

final case class StatusDetails(name: Option[String], causes: Option[Seq[StatusCause]], uid: Option[String], retryAfterSeconds: Option[Int], group: Option[String])

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

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

Value members

Concrete methods

Appends new values to causes

Appends new values to causes

Source:
StatusDetails.scala

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

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

Source:
StatusDetails.scala

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

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

Source:
StatusDetails.scala

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

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

Source:
StatusDetails.scala

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

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

Source:
StatusDetails.scala

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

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

Source:
StatusDetails.scala

Returns a new data with causes set to new value

Returns a new data with causes set to new value

Source:
StatusDetails.scala

Returns a new data with group set to new value

Returns a new data with group set to new value

Source:
StatusDetails.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
StatusDetails.scala

Returns a new data with retryAfterSeconds set to new value

Returns a new data with retryAfterSeconds set to new value

Source:
StatusDetails.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Source:
StatusDetails.scala

Inherited methods

Inherited from:
Product