LimitResponse

final case class LimitResponse(`type`: String, queuing: Option[QueuingConfiguration])

LimitResponse defines how to handle requests that can not be executed right now.

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

Value members

Concrete methods

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

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

Source:
LimitResponse.scala

transforms type to result of function

transforms type to result of function

Source:
LimitResponse.scala

Returns a new data with queuing set to new value

Returns a new data with queuing set to new value

Source:
LimitResponse.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
LimitResponse.scala

Inherited methods

Inherited from:
Product