MatcherResourceErrorDetails
Summary
Structured details describing a matcher resource-limit failure.
Signature
interface MatcherResourceErrorDetails {
actual: number
limit: keyof MatcherLimits
maximum: number
}
Properties
actual
Value requested by the failed operation.
limit
Limit that was exceeded.
maximum
Configured maximum value.