Universal Containers (UC) is a global financial company. UC support agents would liketo open bank accounts on the spot for a customer who is inquiring ab UC products.During opening the bank account process, the agents execute credit checks for the customersthrough external agencies. At a given time, up to 30 concurrent rewill be using the service forperforming credit checks for customers.What error handling mechanisms should be built to display an error to the agent when the creditverification process faile
A. n case the verification process is down, Use mock service to send the response to the agent
B. andle verification process error in the Verification Webservice API in case there is a connection issue to the Webservice if it responds with an error
C. andle integration errors in the middleware in case the verification process is down, thenthe middleware should retry processing the request multiple times
D. n case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online