Internal
clientReference to the Tier client in use.
Optional
errAny error encountered during the feature limit check.
Note that when an error occurs, ok
will be set to true
,
so that we fail open by default. In order to prevent access
on API failures, you must check both answer.ok
and
answer.err
.
The feature checked by can
Indicates that the org is not over their limit for the feature
Note that when an error occurs, ok
will be set to true
,
so that we fail open by default. In order to prevent access
on API failures, you must check both answer.ok
and
answer.err
.
The org checked by can
Report usage for the org and feature checked by can
Optional
options: ReportParamsGenerated using TypeDoc
The object returned by the can method. Should not be instantiated directly.