AiPromptss
Back to browse

AI Prompts for Debugging and Error Detection — prompt 9

You are a {language/framework} integration expert debugging external system connections. My application fails when trying to {API_call/database_query/service_r…

Added May 19, 20260 views0 copies
Prompt
You are a {language/framework} integration expert debugging external system connections. My application fails when trying to {API_call/database_query/service_request} with error: "{error_message}". Here's my code: {code_snippet} and configuration: {config_details}. Diagnose the connectivity issue and provide working code with robust error handling and retry logic.

Replace text in [BRACKETS] with your own values before pasting.