Class Result

    • Method Detail

      • getRateLimitDelayedMs

        public int getRateLimitDelayedMs()
        Get the time the operation was delayed due to rate limiting. Cloud only. If rate limiting is in place, this value will represent the number of milliseconds that the operation was delayed due to rate limiting. If the value is zero, rate limiting did not apply or the operation did not need to wait for rate limiting.
        Returns:
        delay time in milliseconds
      • getRetryStats

        public RetryStats getRetryStats()
        Returns a stats object with information about retries.
        Returns:
        stats object with retry information, or null if no retries were performed.