LimitExceeded

class LimitExceeded(val limit: String, val value: Int, val actual: Int) : MilanoBuildException

A resource limit exceeded at the gate.

Constructors

Link copied to clipboard
constructor(limit: String, value: Int, actual: Int)

Properties

Link copied to clipboard
val actual: Int
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

The error as comparable fields, used by the conformance driver.