silentException property
A flag to indicate whether to suppress exceptions.
If set to true, errors during the request will not throw exceptions but instead can be handled gracefully, allowing the application to continue running without interruptions.
Implementation
bool silentException;