Zoom VideoSDK UI Toolkit
    Preparing search index...

    Type Alias ExecutedResult

    ExecutedResult: Promise<"" | ExecutedFailure>

    The result of an asynchronous operation. It is a promise object.

    • '': Success
    • ExecutedFailure: Failure. Use .catch(error=>{}) or try{ *your code* }catch(error){} to handle the errors.