BPaaS Error Codes

Error Code Description
200 OK BP execution is complete.
400 Bad request Invalid information provided by the client.
401 Unauthorized Authentication failure.
403 Forbidden No API execute permission.
404 Resource not found Incorrect/no mapping between API & BP Name or BP not found or Wrong execution mode configured for BP or inactive BP.
405 HTTP method not allowed The client has used an unacceptable HTTP method during the request.
500 Internal server error Internal processing error or gRPC server running on ASI is unavailable or BP execution timeout exceeded.
503 Server busy The number of BP executions allowed exceeds the limit configured using workerthreads parameter in the bpaas.properties file.