Check and validate the correctness of the openapi specification for `GET /v3/apps/:guid/processes/:type` **Aspect:** Verify the error responses for the endpoint. **Details:** - [ ] **Error Response Schema**: Ensure a consistent error response body schema is used across all error responses. - [ ] **Error Codes and Titles**: Verify that the error `code` and `title` are informative and consistent. - [ ] **Error Details**: Check that the `detail` message provides a clear explanation of the error. <!-- ID: GET /v3/apps/:guid/processes/:type-error-handling -->
Check and validate the correctness of the openapi specification for
GET /v3/apps/:guid/processes/:typeAspect: Verify the error responses for the endpoint.
Details:
codeandtitleare informative and consistent.detailmessage provides a clear explanation of the error.