includeDetailedErrors property

bool includeDetailedErrors
getter/setter pair

Whether to include detailed error information in function results sent to the model.

Defaults to false. When false, a generic error message is sent instead of the actual exception details.

Implementation

bool includeDetailedErrors = false;