Skip to content

ApiCallExceptionOption

Rasmus Wulff Jensen edited this page Apr 4, 2025 · 1 revision

Defines the level of detail included in exceptions related to API calls.

Values

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.

Usage

Used in TrelloClientOptions to configure exception handling behavior.

Clone this wiki locally