Skip to content

MultiRequestsResult

linvi edited this page May 19, 2015 · 1 revision

Overview

The MultiRequestsResult is an enum that is returned by methods which execute multiple requests to successfully complete.

  • Success : All the requests were performed successfully.
  • Partial : Some of the requests were performed but the request could not complete. This is usually due to Rate Limtis.
  • Failure : None of the required requests were performed successfully.
Clone this wiki locally