Documentation Index
Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
Use this file to discover all available pages before exploring further.
executeSync
Summary
Execute a synchronous function with error boundary protection.Signature
Parameters
operation
Type:() => T
The function to execute
context
Type:ErrorContext
Optional: Yes
Context information for error reporting
fallback
Type:() => T
Optional: Yes
Optional fallback function to try on error
Returns
Type:ErrorResult<T>
Execute a synchronous function with error boundary protection.
