-
Notifications
You must be signed in to change notification settings - Fork 4
ApiCallExceptionOption
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines the level of detail included in exceptions related to API calls.
Value | Description |
---|---|
IncludeUrlAndCredentials |
Exceptions include the full URL and credentials. |
IncludeUrlButMaskCredentials |
Exceptions include the full URL but mask credentials. |
DoNotIncludeTheUrl |
Exceptions do not include the URL. |
Used in TrelloClientOptions to configure exception handling behavior.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')