Tag: error-handling


Found 295 results for 'error-handling'.


1) shell-script - Problem running commands with 'sudo' in Bash script
2) bash - Automatic exit from Bash shell script on error
3) shell-script - Why is pattern "command || true" useful?
4) bash - Failing on errors inside a function which is called on the left-hand-side of an && expression
5) bash - bash debug options?
6) bash - subshell not propagating error, bash 4.4
7) postgresql - Can I let PostgreSQL report the offending rows when a multi-row INSERT fails?
8) web-application - Is it a security vulnerability to tell a user what input characters are valid/invalid?
9) bash - Is there a way to have a function in my bash script auto run on any command error?
10) pipe - Ldap error doesn't redirect to file
11) bash - Shell script error handling while assigning STDOUT to variable
12) php - How to properly use PHP require
13) python - How to print an exception in Python?
14) postgresql - PostgreSQL alternative to SQL Server’s `try_cast` function
15) bash - How can I exclude all "permission denied" messages from "find"?
16) bash - Is there a TRY CATCH command in Bash
17) bash - Bash: Exit and cleanup on error
18) api-design - Message validation in async messaging-based services
19) api-design - Should a REST API return a 500 Internal Server Error to indicate that a query references an object that does not exist?
20) design - Command handling fail feedback with CQRS
21) http - Should I use HTTP status codes to describe application level events
22) http - Invalid data returned, which HttpCode to return?
23) api - How should a web API handle misspelled/extra parameters?
24) python - How should I handle error codes from an external XML API?
25) c# - How to handle failed API calls in C#
26) javascript - Handling different error types from diffierent libraries with express
27) rest - HTTP POST request status 200 vs 204 vs 404
28) database - Should I retry a query that failed because of a connection error?
29) api - How should I provide detailed information about an error, if not through HTTP status codes?
30) error-handling - Upstreaming microservices errors
31) domain-driven-design - How to deal with failing messages in DDD?
32) rest - How to create useful error messages in a JSON REST API without leaking implementation details across layers?
33) asp.net - What are the definitive guidelines for custom Error Handling in ASP.NET MVC 3?
34) design-patterns - How to design sequential requests to third-party APIs?
35) domain-driven-design - Handling domain errors in the API
36) coding-standards - Not prohibited, but disallowed -- which http error code should I return?
37) design - When writing a library or an API, when should and when shouldn't I validate or automatically correct errors in data provided by another developer?
38) design - How safe are hidden AJAX requests that fake performance?
39) c++ - How to write retry code when failure is inidicated by throwing an error?
40) security - Preventing information leakage while returning an error message
41) c# - Overflow Exception Checking Problem
42) c# - Standalone library for error logging?
43) language-design - Why is 0 false?
44) web-development - Custom error handling
45) web-applications - REST API Design: Include functionality to see if resource(s) exist in DB or let fetch API error handling handle it?
46) architecture - Error Handling Strategies in Multithreaded Environments
47) c# - Error Handling when no access to Visual Studio or application start point
48) ms-access - How to prevent #Error values derived from Nulls in an outer join
49) sql-server - SQL Server - Any way to validate insert statements for mismatching column names?
50) python - Managing error code and error message mapping