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