Package us.zoom.sdk

Interface ZoomApiError


public interface ZoomApiError
ZOOM application error code definitions.
  • Field Details

    • ZOOM_API_ERROR_SUCCESS

      static final int ZOOM_API_ERROR_SUCCESS
      API calls successfully.
      See Also:
    • ZOOM_API_ERROR_FAILED_NULLPOINTER

      static final int ZOOM_API_ERROR_FAILED_NULLPOINTER
      ZOOM SDK is not initialized before use.
      See Also:
    • ZOOM_API_ERROR_FAILED_WRONGPARAMETERS

      static final int ZOOM_API_ERROR_FAILED_WRONGPARAMETERS
      Failed due to one or more invalid arguments.
      See Also:
    • ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE

      static final int ZOOM_API_ERROR_FAILED_CLIENT_INCOMPATIBLE
      ZOOM SDK client is not compatible.
      See Also:
    • ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED

      static final int ZOOM_API_ERROR_EMAIL_LOGIN_IS_DISABLED
      See Also:
    • ZOOM_API_INVALID_STATUS

      static final int ZOOM_API_INVALID_STATUS
      API status is invalid, it can not be called now.
      See Also: