Which two options can be excluded using error configuration? (Choose two.)
A.
Database error return codes
B.
Uncaught exceptions
C.
JavaScript errors
D.
HTTP errors
The Answer Is:
A, C
This question includes an explanation.
Explanation:
Error configuration is a feature in AppDynamics that allows you to exclude certain types of errors and exceptions from being reported on the dashboard. You can use error configuration to filter out noise and focus on the most relevant and actionable issues.
According to the Error Configuration - AppDynamics, the following types of errors and exceptions can be excluded using error configuration:
Database error return codes: These are codes that indicate a problem with the database server, such as 0x80004005 (access denied) or 0x8000005E (access violation). You can exclude these errors from being reported on the dashboard by adding them to the error configuration list.
JavaScript errors: These are errors that occur in the browser due to invalid or malformed JavaScript code, such as syntax errors or reference errors. You can exclude these errors from being reported on the dashboard by adding them to the error configuration list.
Therefore, A (Database error return codes) and C (JavaScript errors) are two options that can be excluded using error configuration. References: