You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, at the time a new global account limit is added, the RSE expression should be validated and rejected if it does not evaluate to at least one RSE.
Secondly, an RSE expression may be valid at the time of creation, but later evaluate to an empty set. As such, any parts of the code that handle global account limits should deal with InvalidRSEExpression gracefully.
Motivation
No response
Change
No response
The text was updated successfully, but these errors were encountered:
Description
Firstly, at the time a new global account limit is added, the RSE expression should be validated and rejected if it does not evaluate to at least one RSE.
Secondly, an RSE expression may be valid at the time of creation, but later evaluate to an empty set. As such, any parts of the code that handle global account limits should deal with
InvalidRSEExpression
gracefully.Motivation
No response
Change
No response
The text was updated successfully, but these errors were encountered: