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
Create action requirement checks, so all relevant checks required for the action is done before returning a response; instead of having sequential failing requirement checks
Current behavior
Single requirement check fail stops the processing and responds with the single error causing the check to fail
Expected behavior
All requirement checks are done, so a list of checks can be in the response for corrective actions to be taken.
**Currently only need for sign and submit for the LEI status check; each check should be behind a feature flag (environment variable)
update RegTechHttpException, or create a new exception to allow for list of requirement check results
create entry point dependency check_domain as reference for creating dependency
checks will derive information from the request object
The text was updated successfully, but these errors were encountered:
Create action requirement checks, so all relevant checks required for the action is done before returning a response; instead of having sequential failing requirement checks
Current behavior
Single requirement check fail stops the processing and responds with the single error causing the check to fail
Expected behavior
All requirement checks are done, so a list of checks can be in the response for corrective actions to be taken.
**Currently only need for sign and submit for the LEI status check; each check should be behind a feature flag (environment variable)
RegTechHttpException
, or create a new exception to allow for list of requirement check resultscheck_domain
as reference for creating dependencyrequest
objectThe text was updated successfully, but these errors were encountered: