tokenLimitExceeded static method
Implementation
static SDKException tokenLimitExceeded(int requested, int maximum) => _build(
code: pb_enum.ErrorCode.ERROR_CODE_TOKEN_LIMIT_EXCEEDED,
category: pb_enum.ErrorCategory.ERROR_CATEGORY_INTERNAL,
message: 'Token limit exceeded: requested $requested, maximum $maximum',
);