Zoom Video SDK for React - v0.0.2
    Preparing search index...

    Interface ExecutedFailure

    Failure reason for async operation.

    interface ExecutedFailure {
        errorCode: number;
        reason: string;
        type: ErrorTypes;
    }
    Index

    Properties

    Properties

    errorCode: number

    Error code.

    reason: string

    Error reason.

    Error type.