TooManyOperations

class TooManyOperations : ValidationIssue


The expression has more operations than allowed by the abuse prevention config for the calling application.

Summary

Public constructors

TooManyOperations(
    node: Node,
    severity: ValidationIssueSeverity,
    operationCount: Int,
    operationCountLimit: Int
)

Inherited properties

ValidationIssueType

The type of the validation issue.

Node

The node for which validation is failing.

ValidationIssueSeverity

The severity of the validation issue.

Public constructors

TooManyOperations

TooManyOperations(
    node: Node,
    severity: ValidationIssueSeverity,
    operationCount: Int,
    operationCountLimit: Int
)

Public properties

operationCount

val operationCountInt

operationCountLimit

val operationCountLimitInt