You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scenarios/basics/inspector/SPECIFICATION.md
+27-15Lines changed: 27 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,21 +85,33 @@ By following this scenario, users learn how to:
85
85
86
86
## Errors
87
87
88
-
SDK Code examples include basic exception handling for each action used. The table below describes an appropriate exception which will be handled in the code for each service action.
89
-
90
-
|Action |Error |Handling |
91
-
|--- |--- |--- |
92
-
|`Enable`|ValidationException |Validate resource types and account permissions. |
93
-
|`Enable`|AccessDeniedException |Notify user of insufficient permissions and exit. |
|`BatchGetFindingDetails`|AccessDeniedException |Handle access denied for specific findings. |
100
-
|`ListCoverage`|ValidationException |Validate filter and pagination parameters. |
101
-
|`Disable`|ValidationException |Validate resource types for disabling. |
102
-
|`Disable`|ConflictException |Handle cases where Inspector cannot be disabled. |
88
+
The Java SDK examples include basic exception handling for each Inspector action. The table below describes the exceptions actually handled in the program for each action.
0 commit comments