- Preparing search index...
- The search index is not available
rubic-sdk
- tryExecuteAsync<T, R>(func: ((...args: T) => Promise<R>), parameters: T): Promise<SuccessfulCall<R> | ErrorCall>
-
Parameters
-
func: ((...args: T) => Promise<R>)
-
- (...args: T): Promise<R>
-
Returns Promise<R>
-
parameters: T
Wraps result of async function in SuccessfulCall or ErrorCall.