blob: 2a8b616d98bf8f0a989f474ad577dde714ab121c [file] [log] [blame]
Dirk Dougherty16542642014-02-07 19:58:28 -08001<!DOCTYPE html>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Quddus Chong26ca3fa2014-05-06 17:02:49 -070078
79
80
81
82
83
84
Quddus Chong559c0062014-06-12 13:59:34 -070085
86
Quddus Chong2b4b3d22014-10-26 18:10:42 -070087
88
89
90
91
92
93
94
95
96
97
Quddus Chongfd19ada2014-11-18 16:41:07 -080098
Joe Fernandez77869172015-03-19 16:36:02 +000099
100
Dirk Dougherty16542642014-02-07 19:58:28 -0800101<html>
102<head>
103
104
105<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
106<meta name="viewport" content="width=device-width" />
107
108<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
109<title>GamesStatusCodes | Android Developers</title>
110
111<!-- STYLESHEETS -->
112<link rel="stylesheet"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700113href="//fonts.googleapis.com/css?family=Roboto+Condensed">
114<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
115 title="roboto">
Joe Fernandez77869172015-03-19 16:36:02 +0000116<link href="/assets/css/default.css?v=5" rel="stylesheet" type="text/css">
Dirk Dougherty16542642014-02-07 19:58:28 -0800117
118
119
120<!-- JAVASCRIPT -->
121<script src="//www.google.com/jsapi" type="text/javascript"></script>
122<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
123<script type="text/javascript">
124 var toRoot = "/";
125 var metaTags = [];
126 var devsite = false;
127</script>
Quddus Chongfd19ada2014-11-18 16:41:07 -0800128<script src="/assets/js/docs.js?v=3" type="text/javascript"></script>
Dirk Dougherty16542642014-02-07 19:58:28 -0800129
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700130
131
Quddus Chong559c0062014-06-12 13:59:34 -0700132<script>
133 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
134 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
135 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
136 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
Dirk Dougherty16542642014-02-07 19:58:28 -0800137
Quddus Chong559c0062014-06-12 13:59:34 -0700138 ga('create', 'UA-5831155-1', 'android.com');
139 ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker);
140 ga('send', 'pageview');
141 ga('universal.send', 'pageview'); // Send page view for new tracker.
Dirk Dougherty16542642014-02-07 19:58:28 -0800142</script>
Quddus Chong559c0062014-06-12 13:59:34 -0700143
Dirk Dougherty16542642014-02-07 19:58:28 -0800144</head>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700145
Dirk Dougherty16542642014-02-07 19:58:28 -0800146<body class="gc-documentation google
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700147 develop reference" itemscope itemtype="http://schema.org/Article">
Dirk Dougherty16542642014-02-07 19:58:28 -0800148 <div id="doc-api-level" class="" style="display:none"></div>
149 <a name="top"></a>
150
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700151
Dirk Dougherty16542642014-02-07 19:58:28 -0800152<a name="top"></a>
153
Quddus Chongfd19ada2014-11-18 16:41:07 -0800154<!-- dialog to prompt lang pref change when loaded from hardcoded URL
155<div id="langMessage" style="display:none">
156 <div>
157 <div class="lang en">
158 <p>You requested a page in English, would you like to proceed with this language setting?</p>
159 </div>
160 <div class="lang es">
161 <p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p>
162 </div>
163 <div class="lang ja">
164 <p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p>
165 </div>
166 <div class="lang ko">
167 <p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p>
168 </div>
169 <div class="lang ru">
170 <p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p>
171 </div>
172 <div class="lang zh-cn">
173 <p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p>
174 </div>
175 <div class="lang zh-tw">
176 <p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p>
177 </div>
178 <a href="#" class="button yes" onclick="return false;">
179 <span class="lang en">Yes</span>
180 <span class="lang es">Sí</span>
181 <span class="lang ja">Yes</span>
182 <span class="lang ko">Yes</span>
183 <span class="lang ru">Yes</span>
184 <span class="lang zh-cn">是的</span>
185 <span class="lang zh-tw">没有</span>
186 </a>
187 <a href="#" class="button" onclick="$('#langMessage').hide();return false;">
188 <span class="lang en">No</span>
189 <span class="lang es">No</span>
190 <span class="lang ja">No</span>
191 <span class="lang ko">No</span>
192 <span class="lang ru">No</span>
193 <span class="lang zh-cn">没有</span>
194 <span class="lang zh-tw">没有</span>
195 </a>
196 </div>
197</div> -->
198
199
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700200 <!-- Header -->
201 <div id="header-wrapper">
Dirk Dougherty16542642014-02-07 19:58:28 -0800202 <div id="header">
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700203
Quddus Chongfd19ada2014-11-18 16:41:07 -0800204
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700205
206
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700207 <div class="wrap" id="header-wrap">
208 <div class="col-3 logo">
Dirk Dougherty16542642014-02-07 19:58:28 -0800209 <a href="/index.html">
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700210 <img src="/assets/images/dac_logo.png"
211 srcset="/assets/images/dac_logo@2x.png 2x"
212 width="123" height="25" alt="Android Developers" />
Dirk Dougherty16542642014-02-07 19:58:28 -0800213 </a>
214 <div class="btn-quicknav" id="btn-quicknav">
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700215 <a href="#" class="arrow-inactive">Quicknav</a>
216 <a href="#" class="arrow-active">Quicknav</a>
Dirk Dougherty16542642014-02-07 19:58:28 -0800217 </div>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700218 </div>
219 <ul class="nav-x col-9">
220 <li class="design">
221 <a href="/design/index.html"
222 zh-tw-lang="設計"
223 zh-cn-lang="设计"
224 ru-lang="Проектирование"
225 ko-lang="디자인"
226 ja-lang="設計"
227 es-lang="Diseñar"
228 >Design</a></li>
229 <li class="develop"><a href="/develop/index.html"
230 zh-tw-lang="開發"
231 zh-cn-lang="开发"
232 ru-lang="Разработка"
233 ko-lang="개발"
234 ja-lang="開発"
235 es-lang="Desarrollar"
236 >Develop</a></li>
237 <li class="distribute last"><a href="/distribute/index.html"
238 zh-tw-lang="發佈"
239 zh-cn-lang="分发"
240 ru-lang="Распространение"
241 ko-lang="배포"
242 ja-lang="配布"
243 es-lang="Distribuir"
244 >Distribute</a></li>
245 </ul>
246
247
Quddus Chongfd19ada2014-11-18 16:41:07 -0800248
249
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700250<div class="menu-container">
251 <div class="moremenu">
Dirk Dougherty16542642014-02-07 19:58:28 -0800252 <div id="more-btn"></div>
253 </div>
254 <div class="morehover" id="moremenu">
255 <div class="top"></div>
256 <div class="mid">
257 <div class="header">Links</div>
258 <ul>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700259 <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800260 <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
261 <li><a href="/about/index.html">About Android</a></li>
262 </ul>
263 <div class="header">Android Sites</div>
264 <ul>
265 <li><a href="http://www.android.com">Android.com</a></li>
266 <li class="active"><a>Android Developers</a></li>
267 <li><a href="http://source.android.com">Android Open Source Project</a></li>
268 </ul>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700269
Dirk Dougherty16542642014-02-07 19:58:28 -0800270
271
272 <div class="header">Language</div>
273 <div id="language" class="locales">
274 <select name="language" onChange="changeLangPref(this.value, true)">
275 <option value="en">English</option>
276 <option value="es">Español</option>
277 <option value="ja">日本語</option>
278 <option value="ko">한국어</option>
279 <option value="ru">Русский</option>
Quddus Chongfd19ada2014-11-18 16:41:07 -0800280 <option value="zh-cn">中文(简体)</option>
281 <option value="zh-tw">中文(繁體)</option>
Dirk Dougherty16542642014-02-07 19:58:28 -0800282 </select>
283 </div>
284 <script type="text/javascript">
285 <!--
286 loadLangPref();
287 //-->
288 </script>
289
290
Dirk Dougherty16542642014-02-07 19:58:28 -0800291 <br class="clearfix" />
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700292 </div><!-- end 'mid' -->
Dirk Dougherty16542642014-02-07 19:58:28 -0800293 <div class="bottom"></div>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700294 </div><!-- end 'moremenu' -->
295
Dirk Dougherty16542642014-02-07 19:58:28 -0800296 <div class="search" id="search-container">
297 <div class="search-inner">
298 <div id="search-btn"></div>
299 <div class="left"></div>
300 <form onsubmit="return submit_search()">
301 <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700302 onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
303 onkeydown="return search_changed(event, true, '/')"
304 onkeyup="return search_changed(event, false, '/')" />
Dirk Dougherty16542642014-02-07 19:58:28 -0800305 </form>
306 <div class="right"></div>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700307 <a class="close hide">close</a>
308 <div class="left"></div>
309 <div class="right"></div>
310 </div><!-- end search-inner -->
311 </div><!-- end search-container -->
Dirk Dougherty16542642014-02-07 19:58:28 -0800312
313 <div class="search_filtered_wrapper reference">
314 <div class="suggest-card reference no-display">
315 <ul class="search_filtered">
316 </ul>
317 </div>
318 </div>
319
320 <div class="search_filtered_wrapper docs">
321 <div class="suggest-card dummy no-display">&nbsp;</div>
322 <div class="suggest-card develop no-display">
323 <ul class="search_filtered">
324 </ul>
325 <div class="child-card guides no-display">
326 </div>
327 <div class="child-card training no-display">
328 </div>
329 <div class="child-card samples no-display">
330 </div>
331 </div>
332 <div class="suggest-card design no-display">
333 <ul class="search_filtered">
334 </ul>
335 </div>
336 <div class="suggest-card distribute no-display">
337 <ul class="search_filtered">
338 </ul>
339 </div>
340 </div>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700341</div><!-- end menu-container (search and menu widget) -->
Dirk Dougherty16542642014-02-07 19:58:28 -0800342
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700343
344
345 <!-- Expanded quicknav -->
Quddus Chong559c0062014-06-12 13:59:34 -0700346 <div id="quicknav" class="col-13">
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700347 <ul>
Quddus Chong559c0062014-06-12 13:59:34 -0700348 <li class="about">
349 <ul>
350 <li><a href="/about/index.html">About</a></li>
351 <li><a href="/wear/index.html">Wear</a></li>
352 <li><a href="/tv/index.html">TV</a></li>
353 <li><a href="/auto/index.html">Auto</a></li>
354 </ul>
355 </li>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700356 <li class="design">
357 <ul>
358 <li><a href="/design/index.html">Get Started</a></li>
Quddus Chong559c0062014-06-12 13:59:34 -0700359 <li><a href="/design/devices.html">Devices</a></li>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700360 <li><a href="/design/style/index.html">Style</a></li>
361 <li><a href="/design/patterns/index.html">Patterns</a></li>
362 <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
363 <li><a href="/design/downloads/index.html">Downloads</a></li>
364 <li><a href="/design/videos/index.html">Videos</a></li>
365 </ul>
366 </li>
367 <li class="develop">
368 <ul>
369 <li><a href="/training/index.html"
370 zh-tw-lang="訓練課程"
371 zh-cn-lang="培训"
372 ru-lang="Курсы"
373 ko-lang="교육"
374 ja-lang="トレーニング"
375 es-lang="Capacitación"
376 >Training</a></li>
377 <li><a href="/guide/index.html"
378 zh-tw-lang="API 指南"
379 zh-cn-lang="API 指南"
380 ru-lang="Руководства по API"
381 ko-lang="API 가이드"
382 ja-lang="API ガイド"
383 es-lang="Guías de la API"
384 >API Guides</a></li>
385 <li><a href="/reference/packages.html"
386 zh-tw-lang="參考資源"
387 zh-cn-lang="参考"
388 ru-lang="Справочник"
389 ko-lang="참조문서"
390 ja-lang="リファレンス"
391 es-lang="Referencia"
392 >Reference</a></li>
Quddus Chong559c0062014-06-12 13:59:34 -0700393 <li><a href="/sdk/index.html"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700394 zh-tw-lang="相關工具"
395 zh-cn-lang="工具"
396 ru-lang="Инструменты"
397 ko-lang="도구"
398 ja-lang="ツール"
399 es-lang="Herramientas"
400 >Tools</a>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700401 </li>
402 <li><a href="/google/index.html">Google Services</a>
403 </li>
Quddus Chongfd19ada2014-11-18 16:41:07 -0800404
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700405 <li><a href="/samples/index.html">Samples</a>
406 </li>
Quddus Chongfd19ada2014-11-18 16:41:07 -0800407
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700408 </ul>
409 </li>
410 <li class="distribute last">
411 <ul>
412 <li><a href="/distribute/googleplay/index.html">Google Play</a></li>
413 <li><a href="/distribute/essentials/index.html">Essentials</a></li>
414 <li><a href="/distribute/users/index.html">Get Users</a></li>
415 <li><a href="/distribute/engage/index.html">Engage &amp; Retain</a></li>
416 <li><a href="/distribute/monetize/index.html">Monetize</a></li>
Joe Fernandez77869172015-03-19 16:36:02 +0000417 <li><a href="/distribute/analyze/index.html">Analyze</a></li>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700418 <li><a href="/distribute/tools/index.html">Tools &amp; Reference</a></li>
419 <li><a href="/distribute/stories/index.html">Developer Stories</a></li>
420 </ul>
421 </li>
422 </ul>
423 </div><!-- /Expanded quicknav -->
424 </div><!-- end header-wrap.wrap -->
425 </div><!-- end header -->
426
Dirk Dougherty16542642014-02-07 19:58:28 -0800427
428 <!-- Secondary x-nav -->
429 <div id="nav-x">
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700430 <div class="wrap" style="position:relative;z-index:1">
431
Quddus Chongfd19ada2014-11-18 16:41:07 -0800432
433
434
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700435
Dirk Dougherty16542642014-02-07 19:58:28 -0800436 <ul class="nav-x col-9 develop" style="width:100%">
437 <li class="training"><a href="/training/index.html"
438 zh-tw-lang="訓練課程"
439 zh-cn-lang="培训"
440 ru-lang="Курсы"
441 ko-lang="교육"
442 ja-lang="トレーニング"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700443 es-lang="Capacitación"
Dirk Dougherty16542642014-02-07 19:58:28 -0800444 >Training</a></li>
445 <li class="guide"><a href="/guide/index.html"
446 zh-tw-lang="API 指南"
447 zh-cn-lang="API 指南"
448 ru-lang="Руководства по API"
449 ko-lang="API 가이드"
450 ja-lang="API ガイド"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700451 es-lang="Guías de la API"
Dirk Dougherty16542642014-02-07 19:58:28 -0800452 >API Guides</a></li>
453 <li class="reference"><a href="/reference/packages.html"
454 zh-tw-lang="參考資源"
455 zh-cn-lang="参考"
456 ru-lang="Справочник"
457 ko-lang="참조문서"
458 ja-lang="リファレンス"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700459 es-lang="Referencia"
Dirk Dougherty16542642014-02-07 19:58:28 -0800460 >Reference</a></li>
Quddus Chong559c0062014-06-12 13:59:34 -0700461 <li class="tools"><a href="/sdk/index.html"
Dirk Dougherty16542642014-02-07 19:58:28 -0800462 zh-tw-lang="相關工具"
463 zh-cn-lang="工具"
464 ru-lang="Инструменты"
465 ko-lang="도구"
466 ja-lang="ツール"
467 es-lang="Herramientas"
468 >Tools</a></li>
469 <li class="google"><a href="/google/index.html"
470 >Google Services</a>
471 </li>
472
473 <li class="samples"><a href="/samples/index.html"
474 >Samples</a>
475 </li>
476
477 </ul>
478 </div>
Dirk Dougherty16542642014-02-07 19:58:28 -0800479 </div>
Quddus Chong559c0062014-06-12 13:59:34 -0700480 <!-- /Sendondary x-nav DEVELOP -->
Dirk Dougherty16542642014-02-07 19:58:28 -0800481
482
483
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700484 <div id="searchResults" class="wrap" style="display:none;">
485 <h2 id="searchTitle">Results</h2>
486 <div id="leftSearchControl" class="search-control">Loading...</div>
487 </div>
488 </div> <!--end header-wrapper -->
489
490 <div id="sticky-header">
491 <div>
492 <a class="logo" href="#top"></a>
493 <a class="top" href="#top"></a>
494 <ul class="breadcrumb">
Quddus Chongfd19ada2014-11-18 16:41:07 -0800495
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700496 <li class="current">GamesStatusCodes</li>
497 </ul>
498 </div>
499 </div>
500
501
502
503
Dirk Dougherty16542642014-02-07 19:58:28 -0800504
505
506 <div class="wrap clearfix" id="body-content">
507 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
508 <div id="devdoc-nav" class="scroll-pane">
Dirk Dougherty16542642014-02-07 19:58:28 -0800509
510
511
512<ul id="nav">
513
514 <li class="nav-section">
515 <div class="nav-section-header empty"><a href="/google/index.html">
516 <span class="en">Overview</span>
517 </a></div>
518 </li>
519
520 <li class="nav-section">
521 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
522 <span class="en">Games</span>
523 </a></div>
524 </li>
525 <li class="nav-section">
526 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
527 <span class="en">Location</span>
528 </a></div>
529 </li>
530 <li class="nav-section">
531 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
532 <span class="en">Google+</span>
533 </a></div>
534 </li>
535 <li class="nav-section">
536 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
537 <span class="en">Maps</span>
538 </a></div>
539 </li>
540 <li class="nav-section">
541 <div class="nav-section-header empty"><a href="/google/play-services/drive.html">
542 <span class="en">Drive</span>
543 </a></div>
544 </li>
545 <li class="nav-section">
546 <div class="nav-section-header empty"><a href="/google/play-services/cast.html">
547 <span class="en">Cast</span>
548 </a></div>
549 </li>
550 <li class="nav-section">
551 <div class="nav-section-header"><a href="/google/play-services/ads.html">
552 <span class="en">Ads</span></a>
553 </div>
554 <ul>
555 <li><a href="/google/play-services/id.html">
556 <span class="en">Advertising ID</span></a>
557 </li>
558 </ul>
559 </li>
560 <li class="nav-section">
561 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html">
562 <span class="en">Wallet</span>
563 </a></div>
564 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800565
566
567 <li class="nav-section">
568 <div class="nav-section-header"><a href="/google/play-services/index.html">
569 <span class="en">Google Play Services</span></a>
570 </div>
571 <ul>
572 <li><a href="/google/play-services/setup.html">
Quddus Chonge457fb62014-09-11 18:55:43 -0700573 <span class="en">Setting Up Google Play Services</span></a>
Dirk Dougherty16542642014-02-07 19:58:28 -0800574 </li>
quddusc682d8e92014-03-13 11:55:32 -0700575 <li class="nav-section">
576 <div class="nav-section-header"><a href="/google/auth/api-client.html">
Quddus Chonge457fb62014-09-11 18:55:43 -0700577 <span class="en">Accessing Google APIs</span></a>
quddusc682d8e92014-03-13 11:55:32 -0700578 </div>
579 <ul>
580 <li>
581 <a href="/google/auth/http-auth.html">
582 <span class="en">Authorizing with Google for REST APIs</span>
583 </a>
584 </li>
585 </ul>
586 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800587 <li id="gms-tree-list" class="nav-section">
588 <div class="nav-section-header">
589 <a href="/reference/gms-packages.html">
590 <span class="en">Reference</span>
591 </a>
592 <div>
593 </li>
594 </ul>
595 </li>
596
597
598 <li class="nav-section">
Joe Fernandez77869172015-03-19 16:36:02 +0000599 <div class="nav-section-header"><a href="/google/play/billing/index.html" zh-cn-lang="应用内结算">
Dirk Dougherty16542642014-02-07 19:58:28 -0800600 <span class="en">Google Play In-app Billing</span></a>
601 </div>
602 <ul>
Joe Fernandez77869172015-03-19 16:36:02 +0000603 <li><a href="/google/play/billing/billing_overview.html" zh-cn-lang="应用内结算概述">
Dirk Dougherty16542642014-02-07 19:58:28 -0800604 <span class="en">Overview</span></a>
605 </li>
Joe Fernandez77869172015-03-19 16:36:02 +0000606 <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html" zh-cn-lang="应用内结算 API">
Dirk Dougherty16542642014-02-07 19:58:28 -0800607 <span class="en">Version 3 API</span></a></div>
608 <ul>
609 <li><a href="/google/play/billing/billing_integrate.html">
610 <span class="en">Implementing the API</span></a></li>
611 <li><a href="/google/play/billing/billing_reference.html">
612 <span class="en">Reference</span></a></li>
613 </ul>
614 </li>
615 <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html">
616 <span class="en">Version 2 API</span></a></div>
617 <ul>
618 <li><a href="/google/play/billing/v2/billing_integrate.html">
619 <span class="en">Implementing the API</span></a></li>
620 <li><a href="/google/play/billing/v2/billing_subscriptions.html">
621 <span class="en">Subscriptions</span></a></li>
622 <li><a href="/google/play/billing/v2/billing_reference.html">
623 <span class="en">Reference</span></a></li>
624 </ul>
625 </li>
626 <li><a href="/google/play/billing/billing_subscriptions.html">
627 <span class="en">Subscriptions</span></a>
628 </li>
Joe Fernandez77869172015-03-19 16:36:02 +0000629 <li><a href="/google/play/billing/billing_best_practices.html" zh-cn-lang="安全性和设计">
Dirk Dougherty16542642014-02-07 19:58:28 -0800630 <span class="en">Security and Design</span></a>
631 </li>
Joe Fernandez77869172015-03-19 16:36:02 +0000632 <li><a href="/google/play/billing/billing_testing.html" zh-cn-lang="测试应用内结算">
Dirk Dougherty16542642014-02-07 19:58:28 -0800633 <span class="en">Testing In-app Billing</span></a>
634 </li>
Joe Fernandez77869172015-03-19 16:36:02 +0000635 <li><a href="/google/play/billing/billing_admin.html" zh-cn-lang="管理应用内结算">
Dirk Dougherty16542642014-02-07 19:58:28 -0800636 <span class="en">Administering In-app Billing</span></a>
637 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800638 <li><a href="/google/play/billing/versions.html">
639 <span class="en">Version Notes</span></a>
640 </li>
641 </ul>
642 </li>
643
644
645
646 <li class="nav-section">
647 <div class="nav-section-header"><a href="/google/gcm/index.html">
648 <span class="en">Google Cloud Messaging</span></a>
649 </div>
650 <ul>
651 <li><a href="/google/gcm/gcm.html">
652 <span class="en">Overview</span></a>
653 </li>
654 <li><a href="/google/gcm/gs.html">
655 <span class="en">Getting Started</span></a>
656 </li>
657 <li><a href="/google/gcm/client.html">
658 <span class="en">Implementing GCM Client</span></a>
659 </li>
660 <li class="nav-section"><div class="nav-section-header"><a href="/google/gcm/server.html">
661 <span class="en">Implementing GCM Server</span></a></div>
662 <ul>
663 <li><a href="/google/gcm/ccs.html">
664 <span class="en">CCS (XMPP)</span></a></li>
665 <li><a href="/google/gcm/http.html">
666 <span class="en">HTTP</span></a></li>
667 </ul>
668 </li>
Joe Fernandez77869172015-03-19 16:36:02 +0000669 <li><a href="/google/gcm/server-ref.html">
670 <span class="en">Server Reference</span></a>
671 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800672 <li><a href="/google/gcm/notifications.html">
673 <span class="en">User Notifications</span></a>
674 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800675 <li><a href="/google/gcm/c2dm.html">
676 <span class="en">Migration</span></a>
677 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800678 </ul>
679 </li>
680
681 <li class="nav-section">
Quddus Chonge457fb62014-09-11 18:55:43 -0700682 <div class="nav-section-header empty"><a href="/google/gcs/index.html">
683 <span class="en">Google Cloud Save</span></a>
684 </div>
685 </li>
686
687 <li class="nav-section">
Dirk Dougherty16542642014-02-07 19:58:28 -0800688 <div class="nav-section-header"><a href="/google/play/dist.html">
689 <span class="en">Google Play Distribution</span></a>
690 </div>
691 <ul>
692 <li><a href="/google/play/filters.html">
693 <span class="en">Filters on Google Play</span></a>
694 </li>
Quddus Chonge457fb62014-09-11 18:55:43 -0700695 <li><a href="/google/play/billing/gp-purchase-status-api.html">
696 <span class="en">Google Play Developer API</span></a>
697 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800698 <li><a href="/google/play/publishing/multiple-apks.html">
699 <span class="en">Multiple APK Support</span></a>
700 </li>
701 <li><a href="/google/play/expansion-files.html">
702 <span class="en">APK Expansion Files</span></a>
703 </li>
704 <li class="nav-section">
705 <div class="nav-section-header"><a href="/google/play/licensing/index.html">
706 <span class="en">Application Licensing</span></a>
707 </div>
708 <ul>
709 <li><a href="/google/play/licensing/overview.html">
710 <span class="en">Licensing Overview</span></a>
711 </li>
712 <li><a href="/google/play/licensing/setting-up.html">
713 <span class="en">Setting Up for Licensing</span></a>
714 </li>
715 <li><a href="/google/play/licensing/adding-licensing.html">
716 <span class="en">Adding Licensing to Your App</span></a>
717 </li>
718 <li><a href="/google/play/licensing/licensing-reference.html">
719 <span class="en">Licensing Reference</span></a>
720 </li>
721 </ul>
722 </li>
723
724 <li class="nav-section">
725 <div class="nav-section-header"><a href="/google/backup/index.html">
726 Android Backup Service</a>
727 </div>
728 <ul>
729 <li><a href="/google/backup/signup.html">
730 Register</a>
731 </li>
732 </ul>
733 </li>
734
735 </ul>
736
737</li>
738
739
740
741</ul>
742
743<script type="text/javascript">
744<!--
745 buildToggleLists();
746 changeNavLang(getLangPref());
747//-->
748</script>
749
750
751
752
753 </div>
754 <script type="text/javascript">
755 showGoogleRefTree();
756
757 </script>
758 </div> <!-- end side-nav -->
759 <script>
760 $(document).ready(function() {
761 scrollIntoView("devdoc-nav");
762 });
763 </script>
764
765
766
767
768
769
770<div class="col-12" id="doc-col">
771
772<div id="api-info-block">
773
774
775
776
777
778
779
780
781
782
783
784<div class="sum-details-links">
785
786Summary:
787
788
789
790
791
792 <a href="#constants">Constants</a>
793
794
795
796
797
798
799
800
Quddus Chong559c0062014-06-12 13:59:34 -0700801 &#124; <a href="#pubmethods">Methods</a>
Quddus Chongfd19ada2014-11-18 16:41:07 -0800802
Quddus Chong559c0062014-06-12 13:59:34 -0700803
Dirk Dougherty16542642014-02-07 19:58:28 -0800804
805
806 &#124; <a href="#inhmethods">Inherited Methods</a>
807
808&#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
809
810</div><!-- end sum-details-links -->
811<div class="api-level">
812
813
814
815
816</div>
817</div><!-- end api-info-block -->
818
819
820<!-- ======== START OF CLASS DATA ======== -->
821
822<div id="jd-header">
823 public
824
825 final
826
827 class
828<h1 itemprop="name">GamesStatusCodes</h1>
829
830
831
832
833 extends Object<br/>
834
835
836
837
838
839
840
841
842
Quddus Chongfd19ada2014-11-18 16:41:07 -0800843
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700844
845
Dirk Dougherty16542642014-02-07 19:58:28 -0800846</div><!-- end header -->
847
848<div id="naMessage"></div>
849
850<div id="jd-content" class="api apilevel-">
851<table class="jd-inheritance-table">
852
853
854 <tr>
855
856 <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
857 </tr>
858
859
860 <tr>
861
862 <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
863
864 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.GamesStatusCodes</td>
865 </tr>
866
867
868</table>
869
870
871
872
873
874
875
876<div class="jd-descr">
877
878
879<h2>Class Overview</h2>
880<p itemprop="articleBody">Status codes for Games results.
881</p>
882
883
884
885
886
887</div><!-- jd-descr -->
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904<div class="jd-descr">
905
906
907<h2>Summary</h2>
908
909
910
911
912
913
914
915
916
917
918
919
920
921<!-- =========== ENUM CONSTANT SUMMARY =========== -->
922<table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
923
924
925
926 <tr class="alt-color api apilevel-" >
927 <td class="jd-typecol">int</td>
928 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_NOT_INCREMENTAL">STATUS_ACHIEVEMENT_NOT_INCREMENTAL</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700929 <td class="jd-descrcol" width="100%">
930 Indicates that the call to increment achievement failed since the achievement is not an
931 incremental achievement.
Quddus Chongfd19ada2014-11-18 16:41:07 -0800932
933
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700934
935 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -0800936 </tr>
937
938
939 <tr class=" api apilevel-" >
940 <td class="jd-typecol">int</td>
941 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNKNOWN">STATUS_ACHIEVEMENT_UNKNOWN</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700942 <td class="jd-descrcol" width="100%">
943 Could not find the achievement, so the operation to update the achievement failed.
Quddus Chongfd19ada2014-11-18 16:41:07 -0800944
945
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700946
947 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -0800948 </tr>
949
950
951 <tr class="alt-color api apilevel-" >
952 <td class="jd-typecol">int</td>
953 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNLOCKED">STATUS_ACHIEVEMENT_UNLOCKED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700954 <td class="jd-descrcol" width="100%">
955 Indicates that the incremental achievement was also unlocked when the call was made to
956 increment the achievement.
Quddus Chongfd19ada2014-11-18 16:41:07 -0800957
958
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700959
960 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -0800961 </tr>
962
963
964 <tr class=" api apilevel-" >
965 <td class="jd-typecol">int</td>
966 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNLOCK_FAILURE">STATUS_ACHIEVEMENT_UNLOCK_FAILURE</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700967 <td class="jd-descrcol" width="100%">
968 An incremental achievement cannot be unlocked directly, so the call to unlock achievement
969 failed.
Quddus Chongfd19ada2014-11-18 16:41:07 -0800970
971
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700972
973 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -0800974 </tr>
975
976
977 <tr class="alt-color api apilevel-" >
978 <td class="jd-typecol">int</td>
979 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_APP_MISCONFIGURED">STATUS_APP_MISCONFIGURED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700980 <td class="jd-descrcol" width="100%">
981 The developer has misconfigured their application in some way.
Quddus Chongfd19ada2014-11-18 16:41:07 -0800982
983
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700984
985 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -0800986 </tr>
987
988
989 <tr class=" api apilevel-" >
990 <td class="jd-typecol">int</td>
991 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_CLIENT_RECONNECT_REQUIRED">STATUS_CLIENT_RECONNECT_REQUIRED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700992 <td class="jd-descrcol" width="100%">
993 The GoogleApiClient is in an inconsistent state and must reconnect to the service to resolve
994 the issue.
Quddus Chongfd19ada2014-11-18 16:41:07 -0800995
996
Quddus Chong2b4b3d22014-10-26 18:10:42 -0700997
998 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -0800999 </tr>
1000
1001
1002 <tr class="alt-color api apilevel-" >
1003 <td class="jd-typecol">int</td>
1004 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_GAME_NOT_FOUND">STATUS_GAME_NOT_FOUND</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001005 <td class="jd-descrcol" width="100%">
1006 The specified game ID was not recognized by the server.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001007
1008
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001009
1010 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001011 </tr>
1012
1013
1014 <tr class=" api apilevel-" >
1015 <td class="jd-typecol">int</td>
1016 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INTERNAL_ERROR">STATUS_INTERNAL_ERROR</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001017 <td class="jd-descrcol" width="100%">
1018 An unspecified error occurred; no more specific information is available.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001019
1020
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001021
1022 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001023 </tr>
1024
1025
1026 <tr class="alt-color api apilevel-" >
1027 <td class="jd-typecol">int</td>
1028 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INTERRUPTED">STATUS_INTERRUPTED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001029 <td class="jd-descrcol" width="100%">
1030 Was interrupted while waiting for the result.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001031
1032
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001033
1034 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001035 </tr>
1036
1037
1038 <tr class=" api apilevel-" >
1039 <td class="jd-typecol">int</td>
1040 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INVALID_REAL_TIME_ROOM_ID">STATUS_INVALID_REAL_TIME_ROOM_ID</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001041 <td class="jd-descrcol" width="100%">
1042 Constant indicating that the real-time room ID provided to the operation was not valid, or
1043 does not correspond to the currently active real-time room.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001044
1045
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001046
1047 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001048 </tr>
1049
1050
1051 <tr class="alt-color api apilevel-" >
1052 <td class="jd-typecol">int</td>
1053 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_LICENSE_CHECK_FAILED">STATUS_LICENSE_CHECK_FAILED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001054 <td class="jd-descrcol" width="100%">
1055 The game is not licensed to the user.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001056
1057
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001058
1059 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001060 </tr>
1061
1062
1063 <tr class=" api apilevel-" >
1064 <td class="jd-typecol">int</td>
1065 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_ALREADY_REMATCHED">STATUS_MATCH_ERROR_ALREADY_REMATCHED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001066 <td class="jd-descrcol" width="100%">
1067 The specified match has already had a rematch created.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001068
1069
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001070
1071 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001072 </tr>
1073
1074
1075 <tr class="alt-color api apilevel-" >
1076 <td class="jd-typecol">int</td>
1077 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_INACTIVE_MATCH">STATUS_MATCH_ERROR_INACTIVE_MATCH</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001078 <td class="jd-descrcol" width="100%">
1079 The match is not currently active.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001080
1081
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001082
1083 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001084 </tr>
1085
1086
1087 <tr class=" api apilevel-" >
1088 <td class="jd-typecol">int</td>
1089 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS">STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001090 <td class="jd-descrcol" width="100%">
1091 The match results provided in this API call are invalid.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001092
1093
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001094
1095 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001096 </tr>
1097
1098
1099 <tr class="alt-color api apilevel-" >
1100 <td class="jd-typecol">int</td>
1101 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_INVALID_MATCH_STATE">STATUS_MATCH_ERROR_INVALID_MATCH_STATE</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001102 <td class="jd-descrcol" width="100%">
1103 The match is not in the correct state to perform the specified action.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001104
1105
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001106
1107 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001108 </tr>
1109
1110
1111 <tr class=" api apilevel-" >
1112 <td class="jd-typecol">int</td>
1113 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE">STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001114 <td class="jd-descrcol" width="100%">
1115 One or more participants in this match are not in valid states.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001116
1117
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001118
1119 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001120 </tr>
1121
1122
1123 <tr class="alt-color api apilevel-" >
1124 <td class="jd-typecol">int</td>
1125 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_LOCALLY_MODIFIED">STATUS_MATCH_ERROR_LOCALLY_MODIFIED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001126 <td class="jd-descrcol" width="100%">
1127 The specified match has already been modified locally.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001128
1129
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001130
1131 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001132 </tr>
1133
1134
1135 <tr class=" api apilevel-" >
1136 <td class="jd-typecol">int</td>
1137 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION">STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001138 <td class="jd-descrcol" width="100%">
1139 The match data is out of date.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001140
1141
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001142
1143 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001144 </tr>
1145
1146
1147 <tr class="alt-color api apilevel-" >
1148 <td class="jd-typecol">int</td>
1149 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_NOT_FOUND">STATUS_MATCH_NOT_FOUND</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001150 <td class="jd-descrcol" width="100%">
1151 The specified match cannot be found.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001152
1153
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001154
1155 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001156 </tr>
1157
1158
1159 <tr class=" api apilevel-" >
1160 <td class="jd-typecol">int</td>
Quddus Chong559c0062014-06-12 13:59:34 -07001161 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MILESTONE_CLAIMED_PREVIOUSLY">STATUS_MILESTONE_CLAIMED_PREVIOUSLY</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001162 <td class="jd-descrcol" width="100%">
1163 This quest milestone was previously claimed (on this device or another).
Quddus Chongfd19ada2014-11-18 16:41:07 -08001164
1165
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001166
1167 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001168 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001169
1170
Quddus Chong559c0062014-06-12 13:59:34 -07001171 <tr class="alt-color api apilevel-" >
1172 <td class="jd-typecol">int</td>
1173 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MILESTONE_CLAIM_FAILED">STATUS_MILESTONE_CLAIM_FAILED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001174 <td class="jd-descrcol" width="100%">
1175 This quest milestone is not available for claiming.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001176
1177
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001178
1179 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001180 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001181
1182
Quddus Chong559c0062014-06-12 13:59:34 -07001183 <tr class=" api apilevel-" >
1184 <td class="jd-typecol">int</td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001185 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_DISABLED">STATUS_MULTIPLAYER_DISABLED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001186 <td class="jd-descrcol" width="100%">
1187 This game does not support multiplayer.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001188
1189
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001190
1191 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001192 </tr>
1193
1194
1195 <tr class="alt-color api apilevel-" >
1196 <td class="jd-typecol">int</td>
1197 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED">STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001198 <td class="jd-descrcol" width="100%">
1199 The user is not allowed to create a new multiplayer game at this time.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001200
1201
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001202
1203 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001204 </tr>
1205
1206
1207 <tr class=" api apilevel-" >
1208 <td class="jd-typecol">int</td>
1209 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE">STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001210 <td class="jd-descrcol" width="100%">
1211 The match is not the right type to perform this action on.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001212
1213
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001214
1215 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001216 </tr>
1217
1218
1219 <tr class="alt-color api apilevel-" >
1220 <td class="jd-typecol">int</td>
1221 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION">STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001222 <td class="jd-descrcol" width="100%">
1223 This multiplayer operation is not valid, and the server rejected it.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001224
1225
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001226
1227 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001228 </tr>
1229
1230
1231 <tr class=" api apilevel-" >
1232 <td class="jd-typecol">int</td>
1233 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER">STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001234 <td class="jd-descrcol" width="100%">
1235 The user attempted to invite another user who was not authorized to see the game.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001236
1237
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001238
1239 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001240 </tr>
1241
1242
1243 <tr class="alt-color api apilevel-" >
1244 <td class="jd-typecol">int</td>
1245 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_NO_DATA">STATUS_NETWORK_ERROR_NO_DATA</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001246 <td class="jd-descrcol" width="100%">
1247 A network error occurred while attempting to retrieve fresh data, and no data was available
1248 locally.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001249
1250
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001251
1252 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001253 </tr>
1254
1255
1256 <tr class=" api apilevel-" >
1257 <td class="jd-typecol">int</td>
1258 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_OPERATION_DEFERRED">STATUS_NETWORK_ERROR_OPERATION_DEFERRED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001259 <td class="jd-descrcol" width="100%">
1260 A network error occurred while attempting to modify data, but the data was successfully
1261 modified locally and will be updated on the network the next time the device is able to sync.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001262
1263
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001264
1265 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001266 </tr>
1267
1268
1269 <tr class="alt-color api apilevel-" >
1270 <td class="jd-typecol">int</td>
1271 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_OPERATION_FAILED">STATUS_NETWORK_ERROR_OPERATION_FAILED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001272 <td class="jd-descrcol" width="100%">
1273 A network error occurred while attempting to perform an operation that requires network
1274 access.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001275
1276
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001277
1278 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001279 </tr>
1280
1281
1282 <tr class=" api apilevel-" >
1283 <td class="jd-typecol">int</td>
1284 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_STALE_DATA">STATUS_NETWORK_ERROR_STALE_DATA</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001285 <td class="jd-descrcol" width="100%">
1286 A network error occurred while attempting to retrieve fresh data, but some locally cached
1287 data was available.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001288
1289
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001290
1291 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001292 </tr>
1293
1294
1295 <tr class="alt-color api apilevel-" >
1296 <td class="jd-typecol">int</td>
1297 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001298 <td class="jd-descrcol" width="100%">
1299 The operation was successful.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001300
1301
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001302
1303 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001304 </tr>
1305
1306
1307 <tr class=" api apilevel-" >
1308 <td class="jd-typecol">int</td>
1309 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OPERATION_IN_FLIGHT">STATUS_OPERATION_IN_FLIGHT</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001310 <td class="jd-descrcol" width="100%">
1311 Trying to start a join/create operation while another is already in flight.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001312
1313
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001314
1315 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001316 </tr>
1317
1318
1319 <tr class="alt-color api apilevel-" >
1320 <td class="jd-typecol">int</td>
1321 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_PARTICIPANT_NOT_CONNECTED">STATUS_PARTICIPANT_NOT_CONNECTED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001322 <td class="jd-descrcol" width="100%">
1323 Constant indicating that the ID of the participant provided by the user is not currently
1324 connected to the client in the real-time room.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001325
1326
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001327
1328 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001329 </tr>
1330
1331
1332 <tr class=" api apilevel-" >
1333 <td class="jd-typecol">int</td>
Quddus Chong559c0062014-06-12 13:59:34 -07001334 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_QUEST_NOT_STARTED">STATUS_QUEST_NOT_STARTED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001335 <td class="jd-descrcol" width="100%">
1336 This quest is not available yet and cannot be accepted.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001337
1338
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001339
1340 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001341 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001342
1343
Quddus Chong559c0062014-06-12 13:59:34 -07001344 <tr class="alt-color api apilevel-" >
1345 <td class="jd-typecol">int</td>
1346 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_QUEST_NO_LONGER_AVAILABLE">STATUS_QUEST_NO_LONGER_AVAILABLE</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001347 <td class="jd-descrcol" width="100%">
1348 This quest has expired or the developer has removed, and cannot be accepted.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001349
1350
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001351
1352 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001353 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001354
1355
Quddus Chong559c0062014-06-12 13:59:34 -07001356 <tr class=" api apilevel-" >
1357 <td class="jd-typecol">int</td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001358 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REAL_TIME_CONNECTION_FAILED">STATUS_REAL_TIME_CONNECTION_FAILED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001359 <td class="jd-descrcol" width="100%">
1360 Failed to initialize the network connection for a real-time room.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001361
1362
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001363
1364 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001365 </tr>
1366
1367
1368 <tr class="alt-color api apilevel-" >
1369 <td class="jd-typecol">int</td>
1370 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REAL_TIME_INACTIVE_ROOM">STATUS_REAL_TIME_INACTIVE_ROOM</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001371 <td class="jd-descrcol" width="100%">
1372 The room is not currently active.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001373
1374
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001375
1376 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001377 </tr>
1378
1379
1380 <tr class=" api apilevel-" >
1381 <td class="jd-typecol">int</td>
1382 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REAL_TIME_MESSAGE_SEND_FAILED">STATUS_REAL_TIME_MESSAGE_SEND_FAILED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001383 <td class="jd-descrcol" width="100%">
1384 Failed to send message to the peer participant for a real-time room.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001385
1386
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001387
1388 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001389 </tr>
1390
1391
1392 <tr class="alt-color api apilevel-" >
1393 <td class="jd-typecol">int</td>
1394 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REAL_TIME_ROOM_NOT_JOINED">STATUS_REAL_TIME_ROOM_NOT_JOINED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001395 <td class="jd-descrcol" width="100%">
1396 Failed to send message to the peer participant for a real-time room, since the user has not
1397 joined the room.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001398
1399
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001400
1401 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001402 </tr>
1403
1404
1405 <tr class=" api apilevel-" >
1406 <td class="jd-typecol">int</td>
quddusc682d8e92014-03-13 11:55:32 -07001407 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REQUEST_UPDATE_PARTIAL_SUCCESS">STATUS_REQUEST_UPDATE_PARTIAL_SUCCESS</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001408 <td class="jd-descrcol" width="100%">
1409 Some of the batched network operations succeeded.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001410
1411
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001412
1413 </td>
quddusc682d8e92014-03-13 11:55:32 -07001414 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001415
1416
quddusc682d8e92014-03-13 11:55:32 -07001417 <tr class="alt-color api apilevel-" >
1418 <td class="jd-typecol">int</td>
1419 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REQUEST_UPDATE_TOTAL_FAILURE">STATUS_REQUEST_UPDATE_TOTAL_FAILURE</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001420 <td class="jd-descrcol" width="100%">
1421 All of the request update operations attempted failed.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001422
1423
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001424
1425 </td>
quddusc682d8e92014-03-13 11:55:32 -07001426 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001427
1428
quddusc682d8e92014-03-13 11:55:32 -07001429 <tr class=" api apilevel-" >
1430 <td class="jd-typecol">int</td>
Quddus Chong559c0062014-06-12 13:59:34 -07001431 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_SNAPSHOT_COMMIT_FAILED">STATUS_SNAPSHOT_COMMIT_FAILED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001432 <td class="jd-descrcol" width="100%">
1433 The attempt to commit the snapshot change failed.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001434
1435
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001436
1437 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001438 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001439
1440
Quddus Chong559c0062014-06-12 13:59:34 -07001441 <tr class="alt-color api apilevel-" >
1442 <td class="jd-typecol">int</td>
1443 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_SNAPSHOT_CONFLICT">STATUS_SNAPSHOT_CONFLICT</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001444 <td class="jd-descrcol" width="100%">
1445 A conflict was detected for the snapshot.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001446
1447
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001448
1449 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001450 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001451
1452
Quddus Chong559c0062014-06-12 13:59:34 -07001453 <tr class=" api apilevel-" >
1454 <td class="jd-typecol">int</td>
Quddus Chonge457fb62014-09-11 18:55:43 -07001455 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_SNAPSHOT_CONFLICT_MISSING">STATUS_SNAPSHOT_CONFLICT_MISSING</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001456 <td class="jd-descrcol" width="100%">
1457 The conflict that was being resolved doesn't exist.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001458
1459
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001460
1461 </td>
Quddus Chonge457fb62014-09-11 18:55:43 -07001462 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001463
1464
Quddus Chonge457fb62014-09-11 18:55:43 -07001465 <tr class="alt-color api apilevel-" >
1466 <td class="jd-typecol">int</td>
Quddus Chong559c0062014-06-12 13:59:34 -07001467 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_SNAPSHOT_CONTENTS_UNAVAILABLE">STATUS_SNAPSHOT_CONTENTS_UNAVAILABLE</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001468 <td class="jd-descrcol" width="100%">
1469 An error occurred while attempting to open the contents of the snapshot.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001470
1471
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001472
1473 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001474 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001475
1476
Quddus Chonge457fb62014-09-11 18:55:43 -07001477 <tr class=" api apilevel-" >
Quddus Chong559c0062014-06-12 13:59:34 -07001478 <td class="jd-typecol">int</td>
1479 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_SNAPSHOT_CREATION_FAILED">STATUS_SNAPSHOT_CREATION_FAILED</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001480 <td class="jd-descrcol" width="100%">
1481 The attempt to create a snapshot failed.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001482
1483
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001484
1485 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001486 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001487
1488
Quddus Chonge457fb62014-09-11 18:55:43 -07001489 <tr class="alt-color api apilevel-" >
Quddus Chong559c0062014-06-12 13:59:34 -07001490 <td class="jd-typecol">int</td>
1491 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_SNAPSHOT_FOLDER_UNAVAILABLE">STATUS_SNAPSHOT_FOLDER_UNAVAILABLE</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001492 <td class="jd-descrcol" width="100%">
1493 The root folder for snapshots could not be found or created.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001494
1495
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001496
1497 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001498 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001499
1500
Quddus Chonge457fb62014-09-11 18:55:43 -07001501 <tr class=" api apilevel-" >
Quddus Chong559c0062014-06-12 13:59:34 -07001502 <td class="jd-typecol">int</td>
1503 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_SNAPSHOT_NOT_FOUND">STATUS_SNAPSHOT_NOT_FOUND</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001504 <td class="jd-descrcol" width="100%">
1505 The specified snapshot does not exist on the server.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001506
1507
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001508
1509 </td>
Quddus Chong559c0062014-06-12 13:59:34 -07001510 </tr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001511
1512
Quddus Chonge457fb62014-09-11 18:55:43 -07001513 <tr class="alt-color api apilevel-" >
Quddus Chong559c0062014-06-12 13:59:34 -07001514 <td class="jd-typecol">int</td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001515 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_TIMEOUT">STATUS_TIMEOUT</a></td>
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001516 <td class="jd-descrcol" width="100%">
1517 The operation timed out while awaiting the result.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001518
1519
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001520
1521 </td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001522 </tr>
1523
1524
1525
1526</table>
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
Quddus Chong559c0062014-06-12 13:59:34 -07001543<!-- ========== METHOD SUMMARY =========== -->
1544<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
1545
1546
1547
Quddus Chongfd19ada2014-11-18 16:41:07 -08001548
Quddus Chong559c0062014-06-12 13:59:34 -07001549 <tr class="alt-color api apilevel-" >
1550 <td class="jd-typecol"><nobr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001551
1552
1553
Quddus Chong559c0062014-06-12 13:59:34 -07001554 static
Quddus Chongfd19ada2014-11-18 16:41:07 -08001555
Quddus Chong559c0062014-06-12 13:59:34 -07001556 String</nobr>
1557 </td>
1558 <td class="jd-linkcol" width="100%"><nobr>
1559 <span class="sympad"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#getStatusString(int)">getStatusString</a></span>(int statusCode)</nobr>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001560
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001561 <div class="jd-descrdiv">
1562 Get the string associated with the status code.
Quddus Chongfd19ada2014-11-18 16:41:07 -08001563
1564
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001565
1566 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08001567
Quddus Chong559c0062014-06-12 13:59:34 -07001568 </td></tr>
1569
1570
1571
1572</table>
1573
1574
Dirk Dougherty16542642014-02-07 19:58:28 -08001575
1576
1577
1578
1579
1580<!-- ========== METHOD SUMMARY =========== -->
1581<table id="inhmethods" class="jd-sumtable"><tr><th>
1582 <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
1583 <div style="clear:left;">Inherited Methods</div></th></tr>
1584
1585
1586<tr class="api apilevel-" >
1587<td colspan="12">
1588 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
1589 ><img id="inherited-methods-java.lang.Object-trigger"
1590 src="/assets/images/triangle-closed.png"
1591 class="jd-expando-trigger-img" /></a>
1592From class
1593
1594 java.lang.Object
1595
1596<div id="inherited-methods-java.lang.Object">
1597 <div id="inherited-methods-java.lang.Object-list"
1598 class="jd-inheritedlinks">
1599 </div>
1600 <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
1601 <table class="jd-sumtable-expando">
1602
1603
1604
1605
1606 <tr class="alt-color api apilevel-" >
1607 <td class="jd-typecol"><nobr>
1608
1609
1610
1611
1612
1613 Object</nobr>
1614 </td>
1615 <td class="jd-linkcol" width="100%"><nobr>
1616 <span class="sympad">clone</span>()</nobr>
1617
1618 </td></tr>
1619
1620
1621
1622 <tr class=" api apilevel-" >
1623 <td class="jd-typecol"><nobr>
1624
1625
1626
1627
1628
1629 boolean</nobr>
1630 </td>
1631 <td class="jd-linkcol" width="100%"><nobr>
1632 <span class="sympad">equals</span>(Object arg0)</nobr>
1633
1634 </td></tr>
1635
1636
1637
1638 <tr class="alt-color api apilevel-" >
1639 <td class="jd-typecol"><nobr>
1640
1641
1642
1643
1644
1645 void</nobr>
1646 </td>
1647 <td class="jd-linkcol" width="100%"><nobr>
1648 <span class="sympad">finalize</span>()</nobr>
1649
1650 </td></tr>
1651
1652
1653
1654 <tr class=" api apilevel-" >
1655 <td class="jd-typecol"><nobr>
1656
1657
1658 final
1659
1660
1661 Class&lt;?&gt;</nobr>
1662 </td>
1663 <td class="jd-linkcol" width="100%"><nobr>
1664 <span class="sympad">getClass</span>()</nobr>
1665
1666 </td></tr>
1667
1668
1669
1670 <tr class="alt-color api apilevel-" >
1671 <td class="jd-typecol"><nobr>
1672
1673
1674
1675
1676
1677 int</nobr>
1678 </td>
1679 <td class="jd-linkcol" width="100%"><nobr>
1680 <span class="sympad">hashCode</span>()</nobr>
1681
1682 </td></tr>
1683
1684
1685
1686 <tr class=" api apilevel-" >
1687 <td class="jd-typecol"><nobr>
1688
1689
1690 final
1691
1692
1693 void</nobr>
1694 </td>
1695 <td class="jd-linkcol" width="100%"><nobr>
1696 <span class="sympad">notify</span>()</nobr>
1697
1698 </td></tr>
1699
1700
1701
1702 <tr class="alt-color api apilevel-" >
1703 <td class="jd-typecol"><nobr>
1704
1705
1706 final
1707
1708
1709 void</nobr>
1710 </td>
1711 <td class="jd-linkcol" width="100%"><nobr>
1712 <span class="sympad">notifyAll</span>()</nobr>
1713
1714 </td></tr>
1715
1716
1717
1718 <tr class=" api apilevel-" >
1719 <td class="jd-typecol"><nobr>
1720
1721
1722
1723
1724
1725 String</nobr>
1726 </td>
1727 <td class="jd-linkcol" width="100%"><nobr>
1728 <span class="sympad">toString</span>()</nobr>
1729
1730 </td></tr>
1731
1732
1733
1734 <tr class="alt-color api apilevel-" >
1735 <td class="jd-typecol"><nobr>
1736
1737
1738 final
1739
1740
1741 void</nobr>
1742 </td>
1743 <td class="jd-linkcol" width="100%"><nobr>
1744 <span class="sympad">wait</span>()</nobr>
1745
1746 </td></tr>
1747
1748
1749
1750 <tr class=" api apilevel-" >
1751 <td class="jd-typecol"><nobr>
1752
1753
1754 final
1755
1756
1757 void</nobr>
1758 </td>
1759 <td class="jd-linkcol" width="100%"><nobr>
1760 <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
1761
1762 </td></tr>
1763
1764
1765
1766 <tr class="alt-color api apilevel-" >
1767 <td class="jd-typecol"><nobr>
1768
1769
1770 final
1771
1772
1773 void</nobr>
1774 </td>
1775 <td class="jd-linkcol" width="100%"><nobr>
1776 <span class="sympad">wait</span>(long arg0)</nobr>
1777
1778 </td></tr>
1779
1780
1781</table>
1782 </div>
1783</div>
1784</td></tr>
1785
1786
1787</table>
1788
1789
1790</div><!-- jd-descr (summary) -->
1791
1792<!-- Details -->
1793
1794
1795
1796
1797
1798
1799
1800
1801<!-- XML Attributes -->
1802
1803
1804<!-- Enum Values -->
1805
1806
1807<!-- Constants -->
1808
1809
1810<!-- ========= ENUM CONSTANTS DETAIL ======== -->
1811<h2>Constants</h2>
1812
1813
1814
1815
1816<A NAME="STATUS_ACHIEVEMENT_NOT_INCREMENTAL"></A>
1817
1818<div class="jd-details api apilevel-">
1819 <h4 class="jd-details-title">
1820 <span class="normal">
1821 public
1822 static
1823 final
1824 int
1825 </span>
1826 STATUS_ACHIEVEMENT_NOT_INCREMENTAL
1827 </h4>
1828 <div class="api-level">
1829
1830
1831
1832
1833 </div>
1834 <div class="jd-details-descr">
1835
Quddus Chongfd19ada2014-11-18 16:41:07 -08001836
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001837
Quddus Chongfd19ada2014-11-18 16:41:07 -08001838
Dirk Dougherty16542642014-02-07 19:58:28 -08001839 <div class="jd-tagdata jd-tagdescr"><p>Indicates that the call to increment achievement failed since the achievement is not an
1840 incremental achievement.
1841</p></div>
1842
1843
1844 <div class="jd-tagdata">
1845 <span class="jd-tagtitle">Constant Value: </span>
1846 <span>
1847
1848 3002
1849 (0x00000bba)
1850
1851 </span>
1852 </div>
1853
1854 </div>
1855</div>
1856
1857
1858
1859<A NAME="STATUS_ACHIEVEMENT_UNKNOWN"></A>
1860
1861<div class="jd-details api apilevel-">
1862 <h4 class="jd-details-title">
1863 <span class="normal">
1864 public
1865 static
1866 final
1867 int
1868 </span>
1869 STATUS_ACHIEVEMENT_UNKNOWN
1870 </h4>
1871 <div class="api-level">
1872
1873
1874
1875
1876 </div>
1877 <div class="jd-details-descr">
1878
Quddus Chongfd19ada2014-11-18 16:41:07 -08001879
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001880
Quddus Chongfd19ada2014-11-18 16:41:07 -08001881
Dirk Dougherty16542642014-02-07 19:58:28 -08001882 <div class="jd-tagdata jd-tagdescr"><p>Could not find the achievement, so the operation to update the achievement failed.
1883</p></div>
1884
1885
1886 <div class="jd-tagdata">
1887 <span class="jd-tagtitle">Constant Value: </span>
1888 <span>
1889
1890 3001
1891 (0x00000bb9)
1892
1893 </span>
1894 </div>
1895
1896 </div>
1897</div>
1898
1899
1900
1901<A NAME="STATUS_ACHIEVEMENT_UNLOCKED"></A>
1902
1903<div class="jd-details api apilevel-">
1904 <h4 class="jd-details-title">
1905 <span class="normal">
1906 public
1907 static
1908 final
1909 int
1910 </span>
1911 STATUS_ACHIEVEMENT_UNLOCKED
1912 </h4>
1913 <div class="api-level">
1914
1915
1916
1917
1918 </div>
1919 <div class="jd-details-descr">
1920
Quddus Chongfd19ada2014-11-18 16:41:07 -08001921
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001922
Quddus Chongfd19ada2014-11-18 16:41:07 -08001923
Dirk Dougherty16542642014-02-07 19:58:28 -08001924 <div class="jd-tagdata jd-tagdescr"><p>Indicates that the incremental achievement was also unlocked when the call was made to
1925 increment the achievement.
1926</p></div>
1927
1928
1929 <div class="jd-tagdata">
1930 <span class="jd-tagtitle">Constant Value: </span>
1931 <span>
1932
1933 3003
1934 (0x00000bbb)
1935
1936 </span>
1937 </div>
1938
1939 </div>
1940</div>
1941
1942
1943
1944<A NAME="STATUS_ACHIEVEMENT_UNLOCK_FAILURE"></A>
1945
1946<div class="jd-details api apilevel-">
1947 <h4 class="jd-details-title">
1948 <span class="normal">
1949 public
1950 static
1951 final
1952 int
1953 </span>
1954 STATUS_ACHIEVEMENT_UNLOCK_FAILURE
1955 </h4>
1956 <div class="api-level">
1957
1958
1959
1960
1961 </div>
1962 <div class="jd-details-descr">
1963
Quddus Chongfd19ada2014-11-18 16:41:07 -08001964
Quddus Chong2b4b3d22014-10-26 18:10:42 -07001965
Quddus Chongfd19ada2014-11-18 16:41:07 -08001966
Dirk Dougherty16542642014-02-07 19:58:28 -08001967 <div class="jd-tagdata jd-tagdescr"><p>An incremental achievement cannot be unlocked directly, so the call to unlock achievement
1968 failed.
1969</p></div>
1970
1971
1972 <div class="jd-tagdata">
1973 <span class="jd-tagtitle">Constant Value: </span>
1974 <span>
1975
1976 3000
1977 (0x00000bb8)
1978
1979 </span>
1980 </div>
1981
1982 </div>
1983</div>
1984
1985
1986
1987<A NAME="STATUS_APP_MISCONFIGURED"></A>
1988
1989<div class="jd-details api apilevel-">
1990 <h4 class="jd-details-title">
1991 <span class="normal">
1992 public
1993 static
1994 final
1995 int
1996 </span>
1997 STATUS_APP_MISCONFIGURED
1998 </h4>
1999 <div class="api-level">
2000
2001
2002
2003
2004 </div>
2005 <div class="jd-details-descr">
2006
Quddus Chongfd19ada2014-11-18 16:41:07 -08002007
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002008
Quddus Chongfd19ada2014-11-18 16:41:07 -08002009
Dirk Dougherty16542642014-02-07 19:58:28 -08002010 <div class="jd-tagdata jd-tagdescr"><p>The developer has misconfigured their application in some way. The logs will contain more
2011 data about the error and the appropriate resolution.
2012</p></div>
2013
2014
2015 <div class="jd-tagdata">
2016 <span class="jd-tagtitle">Constant Value: </span>
2017 <span>
2018
2019 8
2020 (0x00000008)
2021
2022 </span>
2023 </div>
2024
2025 </div>
2026</div>
2027
2028
2029
2030<A NAME="STATUS_CLIENT_RECONNECT_REQUIRED"></A>
2031
2032<div class="jd-details api apilevel-">
2033 <h4 class="jd-details-title">
2034 <span class="normal">
2035 public
2036 static
2037 final
2038 int
2039 </span>
2040 STATUS_CLIENT_RECONNECT_REQUIRED
2041 </h4>
2042 <div class="api-level">
2043
2044
2045
2046
2047 </div>
2048 <div class="jd-details-descr">
2049
Quddus Chongfd19ada2014-11-18 16:41:07 -08002050
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002051
Quddus Chongfd19ada2014-11-18 16:41:07 -08002052
Dirk Dougherty16542642014-02-07 19:58:28 -08002053 <div class="jd-tagdata jd-tagdescr"><p>The GoogleApiClient is in an inconsistent state and must reconnect to the service to resolve
2054 the issue. Further calls to the service using the current connection are unlikely to succeed.
2055</p></div>
2056
2057
2058 <div class="jd-tagdata">
2059 <span class="jd-tagtitle">Constant Value: </span>
2060 <span>
2061
2062 2
2063 (0x00000002)
2064
2065 </span>
2066 </div>
2067
2068 </div>
2069</div>
2070
2071
2072
2073<A NAME="STATUS_GAME_NOT_FOUND"></A>
2074
2075<div class="jd-details api apilevel-">
2076 <h4 class="jd-details-title">
2077 <span class="normal">
2078 public
2079 static
2080 final
2081 int
2082 </span>
2083 STATUS_GAME_NOT_FOUND
2084 </h4>
2085 <div class="api-level">
2086
2087
2088
2089
2090 </div>
2091 <div class="jd-details-descr">
2092
Quddus Chongfd19ada2014-11-18 16:41:07 -08002093
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002094
Quddus Chongfd19ada2014-11-18 16:41:07 -08002095
Dirk Dougherty16542642014-02-07 19:58:28 -08002096 <div class="jd-tagdata jd-tagdescr"><p>The specified game ID was not recognized by the server.
2097</p></div>
2098
2099
2100 <div class="jd-tagdata">
2101 <span class="jd-tagtitle">Constant Value: </span>
2102 <span>
2103
2104 9
2105 (0x00000009)
2106
2107 </span>
2108 </div>
2109
2110 </div>
2111</div>
2112
2113
2114
2115<A NAME="STATUS_INTERNAL_ERROR"></A>
2116
2117<div class="jd-details api apilevel-">
2118 <h4 class="jd-details-title">
2119 <span class="normal">
2120 public
2121 static
2122 final
2123 int
2124 </span>
2125 STATUS_INTERNAL_ERROR
2126 </h4>
2127 <div class="api-level">
2128
2129
2130
2131
2132 </div>
2133 <div class="jd-details-descr">
2134
Quddus Chongfd19ada2014-11-18 16:41:07 -08002135
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002136
Quddus Chongfd19ada2014-11-18 16:41:07 -08002137
Dirk Dougherty16542642014-02-07 19:58:28 -08002138 <div class="jd-tagdata jd-tagdescr"><p>An unspecified error occurred; no more specific information is available. The device logs may
2139 provide additional data.
2140</p></div>
2141
2142
2143 <div class="jd-tagdata">
2144 <span class="jd-tagtitle">Constant Value: </span>
2145 <span>
2146
2147 1
2148 (0x00000001)
2149
2150 </span>
2151 </div>
2152
2153 </div>
2154</div>
2155
2156
2157
2158<A NAME="STATUS_INTERRUPTED"></A>
2159
2160<div class="jd-details api apilevel-">
2161 <h4 class="jd-details-title">
2162 <span class="normal">
2163 public
2164 static
2165 final
2166 int
2167 </span>
2168 STATUS_INTERRUPTED
2169 </h4>
2170 <div class="api-level">
2171
2172
2173
2174
2175 </div>
2176 <div class="jd-details-descr">
2177
Quddus Chongfd19ada2014-11-18 16:41:07 -08002178
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002179
Quddus Chongfd19ada2014-11-18 16:41:07 -08002180
Dirk Dougherty16542642014-02-07 19:58:28 -08002181 <div class="jd-tagdata jd-tagdescr"><p>Was interrupted while waiting for the result. Only returned if using a
2182 <code><a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a></code> directly.
2183</p></div>
2184
2185
2186 <div class="jd-tagdata">
2187 <span class="jd-tagtitle">Constant Value: </span>
2188 <span>
2189
2190 14
2191 (0x0000000e)
2192
2193 </span>
2194 </div>
2195
2196 </div>
2197</div>
2198
2199
2200
2201<A NAME="STATUS_INVALID_REAL_TIME_ROOM_ID"></A>
2202
2203<div class="jd-details api apilevel-">
2204 <h4 class="jd-details-title">
2205 <span class="normal">
2206 public
2207 static
2208 final
2209 int
2210 </span>
2211 STATUS_INVALID_REAL_TIME_ROOM_ID
2212 </h4>
2213 <div class="api-level">
2214
2215
2216
2217
2218 </div>
2219 <div class="jd-details-descr">
2220
Quddus Chongfd19ada2014-11-18 16:41:07 -08002221
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002222
Quddus Chongfd19ada2014-11-18 16:41:07 -08002223
Dirk Dougherty16542642014-02-07 19:58:28 -08002224 <div class="jd-tagdata jd-tagdescr"><p>Constant indicating that the real-time room ID provided to the operation was not valid, or
2225 does not correspond to the currently active real-time room.
2226</p></div>
2227
2228
2229 <div class="jd-tagdata">
2230 <span class="jd-tagtitle">Constant Value: </span>
2231 <span>
2232
2233 7002
2234 (0x00001b5a)
2235
2236 </span>
2237 </div>
2238
2239 </div>
2240</div>
2241
2242
2243
2244<A NAME="STATUS_LICENSE_CHECK_FAILED"></A>
2245
2246<div class="jd-details api apilevel-">
2247 <h4 class="jd-details-title">
2248 <span class="normal">
2249 public
2250 static
2251 final
2252 int
2253 </span>
2254 STATUS_LICENSE_CHECK_FAILED
2255 </h4>
2256 <div class="api-level">
2257
2258
2259
2260
2261 </div>
2262 <div class="jd-details-descr">
2263
Quddus Chongfd19ada2014-11-18 16:41:07 -08002264
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002265
Quddus Chongfd19ada2014-11-18 16:41:07 -08002266
Dirk Dougherty16542642014-02-07 19:58:28 -08002267 <div class="jd-tagdata jd-tagdescr"><p>The game is not licensed to the user. Further calls will return the same code.
2268</p></div>
2269
2270
2271 <div class="jd-tagdata">
2272 <span class="jd-tagtitle">Constant Value: </span>
2273 <span>
2274
2275 7
2276 (0x00000007)
2277
2278 </span>
2279 </div>
2280
2281 </div>
2282</div>
2283
2284
2285
2286<A NAME="STATUS_MATCH_ERROR_ALREADY_REMATCHED"></A>
2287
2288<div class="jd-details api apilevel-">
2289 <h4 class="jd-details-title">
2290 <span class="normal">
2291 public
2292 static
2293 final
2294 int
2295 </span>
2296 STATUS_MATCH_ERROR_ALREADY_REMATCHED
2297 </h4>
2298 <div class="api-level">
2299
2300
2301
2302
2303 </div>
2304 <div class="jd-details-descr">
2305
Quddus Chongfd19ada2014-11-18 16:41:07 -08002306
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002307
Quddus Chongfd19ada2014-11-18 16:41:07 -08002308
Dirk Dougherty16542642014-02-07 19:58:28 -08002309 <div class="jd-tagdata jd-tagdescr"><p>The specified match has already had a rematch created. Only one rematch may be created for
2310 any initial match.
2311</p></div>
2312
2313
2314 <div class="jd-tagdata">
2315 <span class="jd-tagtitle">Constant Value: </span>
2316 <span>
2317
2318 6505
2319 (0x00001969)
2320
2321 </span>
2322 </div>
2323
2324 </div>
2325</div>
2326
2327
2328
2329<A NAME="STATUS_MATCH_ERROR_INACTIVE_MATCH"></A>
2330
2331<div class="jd-details api apilevel-">
2332 <h4 class="jd-details-title">
2333 <span class="normal">
2334 public
2335 static
2336 final
2337 int
2338 </span>
2339 STATUS_MATCH_ERROR_INACTIVE_MATCH
2340 </h4>
2341 <div class="api-level">
2342
2343
2344
2345
2346 </div>
2347 <div class="jd-details-descr">
2348
Quddus Chongfd19ada2014-11-18 16:41:07 -08002349
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002350
Quddus Chongfd19ada2014-11-18 16:41:07 -08002351
Dirk Dougherty16542642014-02-07 19:58:28 -08002352 <div class="jd-tagdata jd-tagdescr"><p>The match is not currently active. This action cannot be performed on an inactive match.
2353</p></div>
2354
2355
2356 <div class="jd-tagdata">
2357 <span class="jd-tagtitle">Constant Value: </span>
2358 <span>
2359
2360 6501
2361 (0x00001965)
2362
2363 </span>
2364 </div>
2365
2366 </div>
2367</div>
2368
2369
2370
2371<A NAME="STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS"></A>
2372
2373<div class="jd-details api apilevel-">
2374 <h4 class="jd-details-title">
2375 <span class="normal">
2376 public
2377 static
2378 final
2379 int
2380 </span>
2381 STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS
2382 </h4>
2383 <div class="api-level">
2384
2385
2386
2387
2388 </div>
2389 <div class="jd-details-descr">
2390
Quddus Chongfd19ada2014-11-18 16:41:07 -08002391
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002392
Quddus Chongfd19ada2014-11-18 16:41:07 -08002393
Dirk Dougherty16542642014-02-07 19:58:28 -08002394 <div class="jd-tagdata jd-tagdescr"><p>The match results provided in this API call are invalid. This covers cases of duplicate
2395 results, results for players who are not in the match, etc.
2396</p></div>
2397
2398
2399 <div class="jd-tagdata">
2400 <span class="jd-tagtitle">Constant Value: </span>
2401 <span>
2402
2403 6504
2404 (0x00001968)
2405
2406 </span>
2407 </div>
2408
2409 </div>
2410</div>
2411
2412
2413
2414<A NAME="STATUS_MATCH_ERROR_INVALID_MATCH_STATE"></A>
2415
2416<div class="jd-details api apilevel-">
2417 <h4 class="jd-details-title">
2418 <span class="normal">
2419 public
2420 static
2421 final
2422 int
2423 </span>
2424 STATUS_MATCH_ERROR_INVALID_MATCH_STATE
2425 </h4>
2426 <div class="api-level">
2427
2428
2429
2430
2431 </div>
2432 <div class="jd-details-descr">
2433
Quddus Chongfd19ada2014-11-18 16:41:07 -08002434
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002435
Quddus Chongfd19ada2014-11-18 16:41:07 -08002436
Dirk Dougherty16542642014-02-07 19:58:28 -08002437 <div class="jd-tagdata jd-tagdescr"><p>The match is not in the correct state to perform the specified action.
2438</p></div>
2439
2440
2441 <div class="jd-tagdata">
2442 <span class="jd-tagtitle">Constant Value: </span>
2443 <span>
2444
2445 6502
2446 (0x00001966)
2447
2448 </span>
2449 </div>
2450
2451 </div>
2452</div>
2453
2454
2455
2456<A NAME="STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE"></A>
2457
2458<div class="jd-details api apilevel-">
2459 <h4 class="jd-details-title">
2460 <span class="normal">
2461 public
2462 static
2463 final
2464 int
2465 </span>
2466 STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE
2467 </h4>
2468 <div class="api-level">
2469
2470
2471
2472
2473 </div>
2474 <div class="jd-details-descr">
2475
Quddus Chongfd19ada2014-11-18 16:41:07 -08002476
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002477
Quddus Chongfd19ada2014-11-18 16:41:07 -08002478
Dirk Dougherty16542642014-02-07 19:58:28 -08002479 <div class="jd-tagdata jd-tagdescr"><p>One or more participants in this match are not in valid states. This could occur if a
2480 specified participant is not actually a participant of the match, or is invalid, or is in an
2481 incorrect state to make the API call. Check the logs for more detailed information.
2482</p></div>
2483
2484
2485 <div class="jd-tagdata">
2486 <span class="jd-tagtitle">Constant Value: </span>
2487 <span>
2488
2489 6500
2490 (0x00001964)
2491
2492 </span>
2493 </div>
2494
2495 </div>
2496</div>
2497
2498
2499
2500<A NAME="STATUS_MATCH_ERROR_LOCALLY_MODIFIED"></A>
2501
2502<div class="jd-details api apilevel-">
2503 <h4 class="jd-details-title">
2504 <span class="normal">
2505 public
2506 static
2507 final
2508 int
2509 </span>
2510 STATUS_MATCH_ERROR_LOCALLY_MODIFIED
2511 </h4>
2512 <div class="api-level">
2513
2514
2515
2516
2517 </div>
2518 <div class="jd-details-descr">
2519
Quddus Chongfd19ada2014-11-18 16:41:07 -08002520
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002521
Quddus Chongfd19ada2014-11-18 16:41:07 -08002522
Dirk Dougherty16542642014-02-07 19:58:28 -08002523 <div class="jd-tagdata jd-tagdescr"><p>The specified match has already been modified locally. This operation cannot be performed
2524 until the match has been sent to the server.
2525</p></div>
2526
2527
2528 <div class="jd-tagdata">
2529 <span class="jd-tagtitle">Constant Value: </span>
2530 <span>
2531
2532 6507
2533 (0x0000196b)
2534
2535 </span>
2536 </div>
2537
2538 </div>
2539</div>
2540
2541
2542
2543<A NAME="STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION"></A>
2544
2545<div class="jd-details api apilevel-">
2546 <h4 class="jd-details-title">
2547 <span class="normal">
2548 public
2549 static
2550 final
2551 int
2552 </span>
2553 STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION
2554 </h4>
2555 <div class="api-level">
2556
2557
2558
2559
2560 </div>
2561 <div class="jd-details-descr">
2562
Quddus Chongfd19ada2014-11-18 16:41:07 -08002563
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002564
Quddus Chongfd19ada2014-11-18 16:41:07 -08002565
Dirk Dougherty16542642014-02-07 19:58:28 -08002566 <div class="jd-tagdata jd-tagdescr"><p>The match data is out of date. Someone else has modified the data on the server, so the
2567 request could not be completed safely.
2568</p></div>
2569
2570
2571 <div class="jd-tagdata">
2572 <span class="jd-tagtitle">Constant Value: </span>
2573 <span>
2574
2575 6503
2576 (0x00001967)
2577
2578 </span>
2579 </div>
2580
2581 </div>
2582</div>
2583
2584
2585
2586<A NAME="STATUS_MATCH_NOT_FOUND"></A>
2587
2588<div class="jd-details api apilevel-">
2589 <h4 class="jd-details-title">
2590 <span class="normal">
2591 public
2592 static
2593 final
2594 int
2595 </span>
2596 STATUS_MATCH_NOT_FOUND
2597 </h4>
2598 <div class="api-level">
2599
2600
2601
2602
2603 </div>
2604 <div class="jd-details-descr">
2605
Quddus Chongfd19ada2014-11-18 16:41:07 -08002606
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002607
Quddus Chongfd19ada2014-11-18 16:41:07 -08002608
Dirk Dougherty16542642014-02-07 19:58:28 -08002609 <div class="jd-tagdata jd-tagdescr"><p>The specified match cannot be found. The provided match ID does not correspond to any known
2610 match.
2611</p></div>
2612
2613
2614 <div class="jd-tagdata">
2615 <span class="jd-tagtitle">Constant Value: </span>
2616 <span>
2617
2618 6506
2619 (0x0000196a)
2620
2621 </span>
2622 </div>
2623
2624 </div>
2625</div>
2626
2627
2628
Quddus Chong559c0062014-06-12 13:59:34 -07002629<A NAME="STATUS_MILESTONE_CLAIMED_PREVIOUSLY"></A>
2630
Quddus Chongfd19ada2014-11-18 16:41:07 -08002631<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07002632 <h4 class="jd-details-title">
2633 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08002634 public
2635 static
2636 final
Quddus Chong559c0062014-06-12 13:59:34 -07002637 int
2638 </span>
2639 STATUS_MILESTONE_CLAIMED_PREVIOUSLY
2640 </h4>
2641 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08002642
2643
2644
Quddus Chong559c0062014-06-12 13:59:34 -07002645
2646 </div>
2647 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08002648
2649
Quddus Chong559c0062014-06-12 13:59:34 -07002650
Quddus Chongfd19ada2014-11-18 16:41:07 -08002651
Quddus Chong559c0062014-06-12 13:59:34 -07002652 <div class="jd-tagdata jd-tagdescr"><p>This quest milestone was previously claimed (on this device or another).
2653</p></div>
2654
Quddus Chongfd19ada2014-11-18 16:41:07 -08002655
Quddus Chong559c0062014-06-12 13:59:34 -07002656 <div class="jd-tagdata">
2657 <span class="jd-tagtitle">Constant Value: </span>
2658 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08002659
Quddus Chong559c0062014-06-12 13:59:34 -07002660 8000
2661 (0x00001f40)
Quddus Chongfd19ada2014-11-18 16:41:07 -08002662
Quddus Chong559c0062014-06-12 13:59:34 -07002663 </span>
2664 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08002665
Quddus Chong559c0062014-06-12 13:59:34 -07002666 </div>
2667</div>
2668
2669
2670
2671<A NAME="STATUS_MILESTONE_CLAIM_FAILED"></A>
2672
Quddus Chongfd19ada2014-11-18 16:41:07 -08002673<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07002674 <h4 class="jd-details-title">
2675 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08002676 public
2677 static
2678 final
Quddus Chong559c0062014-06-12 13:59:34 -07002679 int
2680 </span>
2681 STATUS_MILESTONE_CLAIM_FAILED
2682 </h4>
2683 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08002684
2685
2686
Quddus Chong559c0062014-06-12 13:59:34 -07002687
2688 </div>
2689 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08002690
2691
Quddus Chong559c0062014-06-12 13:59:34 -07002692
Quddus Chongfd19ada2014-11-18 16:41:07 -08002693
Quddus Chong559c0062014-06-12 13:59:34 -07002694 <div class="jd-tagdata jd-tagdescr"><p>This quest milestone is not available for claiming. You may want to refresh quests
2695 from the server when this happens, as the local cache is out of sync with the server.
2696</p></div>
2697
Quddus Chongfd19ada2014-11-18 16:41:07 -08002698
Quddus Chong559c0062014-06-12 13:59:34 -07002699 <div class="jd-tagdata">
2700 <span class="jd-tagtitle">Constant Value: </span>
2701 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08002702
Quddus Chong559c0062014-06-12 13:59:34 -07002703 8001
2704 (0x00001f41)
Quddus Chongfd19ada2014-11-18 16:41:07 -08002705
Quddus Chong559c0062014-06-12 13:59:34 -07002706 </span>
2707 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08002708
Quddus Chong559c0062014-06-12 13:59:34 -07002709 </div>
2710</div>
2711
2712
2713
Dirk Dougherty16542642014-02-07 19:58:28 -08002714<A NAME="STATUS_MULTIPLAYER_DISABLED"></A>
2715
2716<div class="jd-details api apilevel-">
2717 <h4 class="jd-details-title">
2718 <span class="normal">
2719 public
2720 static
2721 final
2722 int
2723 </span>
2724 STATUS_MULTIPLAYER_DISABLED
2725 </h4>
2726 <div class="api-level">
2727
2728
2729
2730
2731 </div>
2732 <div class="jd-details-descr">
2733
Quddus Chongfd19ada2014-11-18 16:41:07 -08002734
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002735
Quddus Chongfd19ada2014-11-18 16:41:07 -08002736
Dirk Dougherty16542642014-02-07 19:58:28 -08002737 <div class="jd-tagdata jd-tagdescr"><p>This game does not support multiplayer. This could occur if the linked app is not configured
2738 appropriately in the developer console.
2739</p></div>
2740
2741
2742 <div class="jd-tagdata">
2743 <span class="jd-tagtitle">Constant Value: </span>
2744 <span>
2745
2746 6003
2747 (0x00001773)
2748
2749 </span>
2750 </div>
2751
2752 </div>
2753</div>
2754
2755
2756
2757<A NAME="STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED"></A>
2758
2759<div class="jd-details api apilevel-">
2760 <h4 class="jd-details-title">
2761 <span class="normal">
2762 public
2763 static
2764 final
2765 int
2766 </span>
2767 STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED
2768 </h4>
2769 <div class="api-level">
2770
2771
2772
2773
2774 </div>
2775 <div class="jd-details-descr">
2776
Quddus Chongfd19ada2014-11-18 16:41:07 -08002777
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002778
Quddus Chongfd19ada2014-11-18 16:41:07 -08002779
Dirk Dougherty16542642014-02-07 19:58:28 -08002780 <div class="jd-tagdata jd-tagdescr"><p>The user is not allowed to create a new multiplayer game at this time. This could occur if
2781 the user has too many outstanding invitations already.
2782</p></div>
2783
2784
2785 <div class="jd-tagdata">
2786 <span class="jd-tagtitle">Constant Value: </span>
2787 <span>
2788
2789 6000
2790 (0x00001770)
2791
2792 </span>
2793 </div>
2794
2795 </div>
2796</div>
2797
2798
2799
2800<A NAME="STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE"></A>
2801
2802<div class="jd-details api apilevel-">
2803 <h4 class="jd-details-title">
2804 <span class="normal">
2805 public
2806 static
2807 final
2808 int
2809 </span>
2810 STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE
2811 </h4>
2812 <div class="api-level">
2813
2814
2815
2816
2817 </div>
2818 <div class="jd-details-descr">
2819
Quddus Chongfd19ada2014-11-18 16:41:07 -08002820
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002821
Quddus Chongfd19ada2014-11-18 16:41:07 -08002822
Dirk Dougherty16542642014-02-07 19:58:28 -08002823 <div class="jd-tagdata jd-tagdescr"><p>The match is not the right type to perform this action on. For example, this error will be
2824 returned when trying to take a turn in a real-time match.
2825</p></div>
2826
2827
2828 <div class="jd-tagdata">
2829 <span class="jd-tagtitle">Constant Value: </span>
2830 <span>
2831
2832 6002
2833 (0x00001772)
2834
2835 </span>
2836 </div>
2837
2838 </div>
2839</div>
2840
2841
2842
2843<A NAME="STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION"></A>
2844
2845<div class="jd-details api apilevel-">
2846 <h4 class="jd-details-title">
2847 <span class="normal">
2848 public
2849 static
2850 final
2851 int
2852 </span>
2853 STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION
2854 </h4>
2855 <div class="api-level">
2856
2857
2858
2859
2860 </div>
2861 <div class="jd-details-descr">
2862
Quddus Chongfd19ada2014-11-18 16:41:07 -08002863
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002864
Quddus Chongfd19ada2014-11-18 16:41:07 -08002865
Dirk Dougherty16542642014-02-07 19:58:28 -08002866 <div class="jd-tagdata jd-tagdescr"><p>This multiplayer operation is not valid, and the server rejected it. Check the logs for more
2867 information.
2868</p></div>
2869
2870
2871 <div class="jd-tagdata">
2872 <span class="jd-tagtitle">Constant Value: </span>
2873 <span>
2874
2875 6004
2876 (0x00001774)
2877
2878 </span>
2879 </div>
2880
2881 </div>
2882</div>
2883
2884
2885
2886<A NAME="STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER"></A>
2887
2888<div class="jd-details api apilevel-">
2889 <h4 class="jd-details-title">
2890 <span class="normal">
2891 public
2892 static
2893 final
2894 int
2895 </span>
2896 STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER
2897 </h4>
2898 <div class="api-level">
2899
2900
2901
2902
2903 </div>
2904 <div class="jd-details-descr">
2905
Quddus Chongfd19ada2014-11-18 16:41:07 -08002906
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002907
Quddus Chongfd19ada2014-11-18 16:41:07 -08002908
Dirk Dougherty16542642014-02-07 19:58:28 -08002909 <div class="jd-tagdata jd-tagdescr"><p>The user attempted to invite another user who was not authorized to see the game. This can
2910 occur if a trusted tester invites a user who is not a trusted tester while the game is
2911 unpublished. In this case, the invitations will not be sent.
2912</p></div>
2913
2914
2915 <div class="jd-tagdata">
2916 <span class="jd-tagtitle">Constant Value: </span>
2917 <span>
2918
2919 6001
2920 (0x00001771)
2921
2922 </span>
2923 </div>
2924
2925 </div>
2926</div>
2927
2928
2929
2930<A NAME="STATUS_NETWORK_ERROR_NO_DATA"></A>
2931
2932<div class="jd-details api apilevel-">
2933 <h4 class="jd-details-title">
2934 <span class="normal">
2935 public
2936 static
2937 final
2938 int
2939 </span>
2940 STATUS_NETWORK_ERROR_NO_DATA
2941 </h4>
2942 <div class="api-level">
2943
2944
2945
2946
2947 </div>
2948 <div class="jd-details-descr">
2949
Quddus Chongfd19ada2014-11-18 16:41:07 -08002950
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002951
Quddus Chongfd19ada2014-11-18 16:41:07 -08002952
Dirk Dougherty16542642014-02-07 19:58:28 -08002953 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to retrieve fresh data, and no data was available
2954 locally.
2955</p></div>
2956
2957
2958 <div class="jd-tagdata">
2959 <span class="jd-tagtitle">Constant Value: </span>
2960 <span>
2961
2962 4
2963 (0x00000004)
2964
2965 </span>
2966 </div>
2967
2968 </div>
2969</div>
2970
2971
2972
2973<A NAME="STATUS_NETWORK_ERROR_OPERATION_DEFERRED"></A>
2974
2975<div class="jd-details api apilevel-">
2976 <h4 class="jd-details-title">
2977 <span class="normal">
2978 public
2979 static
2980 final
2981 int
2982 </span>
2983 STATUS_NETWORK_ERROR_OPERATION_DEFERRED
2984 </h4>
2985 <div class="api-level">
2986
2987
2988
2989
2990 </div>
2991 <div class="jd-details-descr">
2992
Quddus Chongfd19ada2014-11-18 16:41:07 -08002993
Quddus Chong2b4b3d22014-10-26 18:10:42 -07002994
Quddus Chongfd19ada2014-11-18 16:41:07 -08002995
Dirk Dougherty16542642014-02-07 19:58:28 -08002996 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to modify data, but the data was successfully
2997 modified locally and will be updated on the network the next time the device is able to sync.
2998</p></div>
2999
3000
3001 <div class="jd-tagdata">
3002 <span class="jd-tagtitle">Constant Value: </span>
3003 <span>
3004
3005 5
3006 (0x00000005)
3007
3008 </span>
3009 </div>
3010
3011 </div>
3012</div>
3013
3014
3015
3016<A NAME="STATUS_NETWORK_ERROR_OPERATION_FAILED"></A>
3017
3018<div class="jd-details api apilevel-">
3019 <h4 class="jd-details-title">
3020 <span class="normal">
3021 public
3022 static
3023 final
3024 int
3025 </span>
3026 STATUS_NETWORK_ERROR_OPERATION_FAILED
3027 </h4>
3028 <div class="api-level">
3029
3030
3031
3032
3033 </div>
3034 <div class="jd-details-descr">
3035
Quddus Chongfd19ada2014-11-18 16:41:07 -08003036
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003037
Quddus Chongfd19ada2014-11-18 16:41:07 -08003038
Dirk Dougherty16542642014-02-07 19:58:28 -08003039 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to perform an operation that requires network
3040 access. The operation may be retried later.
3041</p></div>
3042
3043
3044 <div class="jd-tagdata">
3045 <span class="jd-tagtitle">Constant Value: </span>
3046 <span>
3047
3048 6
3049 (0x00000006)
3050
3051 </span>
3052 </div>
3053
3054 </div>
3055</div>
3056
3057
3058
3059<A NAME="STATUS_NETWORK_ERROR_STALE_DATA"></A>
3060
3061<div class="jd-details api apilevel-">
3062 <h4 class="jd-details-title">
3063 <span class="normal">
3064 public
3065 static
3066 final
3067 int
3068 </span>
3069 STATUS_NETWORK_ERROR_STALE_DATA
3070 </h4>
3071 <div class="api-level">
3072
3073
3074
3075
3076 </div>
3077 <div class="jd-details-descr">
3078
Quddus Chongfd19ada2014-11-18 16:41:07 -08003079
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003080
Quddus Chongfd19ada2014-11-18 16:41:07 -08003081
Dirk Dougherty16542642014-02-07 19:58:28 -08003082 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to retrieve fresh data, but some locally cached
3083 data was available. The data returned may be stale and/or incomplete.
3084</p></div>
3085
3086
3087 <div class="jd-tagdata">
3088 <span class="jd-tagtitle">Constant Value: </span>
3089 <span>
3090
3091 3
3092 (0x00000003)
3093
3094 </span>
3095 </div>
3096
3097 </div>
3098</div>
3099
3100
3101
3102<A NAME="STATUS_OK"></A>
3103
3104<div class="jd-details api apilevel-">
3105 <h4 class="jd-details-title">
3106 <span class="normal">
3107 public
3108 static
3109 final
3110 int
3111 </span>
3112 STATUS_OK
3113 </h4>
3114 <div class="api-level">
3115
3116
3117
3118
3119 </div>
3120 <div class="jd-details-descr">
3121
Quddus Chongfd19ada2014-11-18 16:41:07 -08003122
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003123
Quddus Chongfd19ada2014-11-18 16:41:07 -08003124
Dirk Dougherty16542642014-02-07 19:58:28 -08003125 <div class="jd-tagdata jd-tagdescr"><p>The operation was successful.
3126</p></div>
3127
3128
3129 <div class="jd-tagdata">
3130 <span class="jd-tagtitle">Constant Value: </span>
3131 <span>
3132
3133 0
3134 (0x00000000)
3135
3136 </span>
3137 </div>
3138
3139 </div>
3140</div>
3141
3142
3143
3144<A NAME="STATUS_OPERATION_IN_FLIGHT"></A>
3145
3146<div class="jd-details api apilevel-">
3147 <h4 class="jd-details-title">
3148 <span class="normal">
3149 public
3150 static
3151 final
3152 int
3153 </span>
3154 STATUS_OPERATION_IN_FLIGHT
3155 </h4>
3156 <div class="api-level">
3157
3158
3159
3160
3161 </div>
3162 <div class="jd-details-descr">
3163
Quddus Chongfd19ada2014-11-18 16:41:07 -08003164
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003165
Quddus Chongfd19ada2014-11-18 16:41:07 -08003166
Dirk Dougherty16542642014-02-07 19:58:28 -08003167 <div class="jd-tagdata jd-tagdescr"><p>Trying to start a join/create operation while another is already in flight.
3168</p></div>
3169
3170
3171 <div class="jd-tagdata">
3172 <span class="jd-tagtitle">Constant Value: </span>
3173 <span>
3174
3175 7007
3176 (0x00001b5f)
3177
3178 </span>
3179 </div>
3180
3181 </div>
3182</div>
3183
3184
3185
3186<A NAME="STATUS_PARTICIPANT_NOT_CONNECTED"></A>
3187
3188<div class="jd-details api apilevel-">
3189 <h4 class="jd-details-title">
3190 <span class="normal">
3191 public
3192 static
3193 final
3194 int
3195 </span>
3196 STATUS_PARTICIPANT_NOT_CONNECTED
3197 </h4>
3198 <div class="api-level">
3199
3200
3201
3202
3203 </div>
3204 <div class="jd-details-descr">
3205
Quddus Chongfd19ada2014-11-18 16:41:07 -08003206
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003207
Quddus Chongfd19ada2014-11-18 16:41:07 -08003208
Dirk Dougherty16542642014-02-07 19:58:28 -08003209 <div class="jd-tagdata jd-tagdescr"><p>Constant indicating that the ID of the participant provided by the user is not currently
3210 connected to the client in the real-time room.
3211</p></div>
3212
3213
3214 <div class="jd-tagdata">
3215 <span class="jd-tagtitle">Constant Value: </span>
3216 <span>
3217
3218 7003
3219 (0x00001b5b)
3220
3221 </span>
3222 </div>
3223
3224 </div>
3225</div>
3226
3227
3228
Quddus Chong559c0062014-06-12 13:59:34 -07003229<A NAME="STATUS_QUEST_NOT_STARTED"></A>
3230
Quddus Chongfd19ada2014-11-18 16:41:07 -08003231<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003232 <h4 class="jd-details-title">
3233 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003234 public
3235 static
3236 final
Quddus Chong559c0062014-06-12 13:59:34 -07003237 int
3238 </span>
3239 STATUS_QUEST_NOT_STARTED
3240 </h4>
3241 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003242
3243
3244
Quddus Chong559c0062014-06-12 13:59:34 -07003245
3246 </div>
3247 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003248
3249
Quddus Chong559c0062014-06-12 13:59:34 -07003250
Quddus Chongfd19ada2014-11-18 16:41:07 -08003251
Quddus Chong559c0062014-06-12 13:59:34 -07003252 <div class="jd-tagdata jd-tagdescr"><p>This quest is not available yet and cannot be accepted.
3253</p></div>
3254
Quddus Chongfd19ada2014-11-18 16:41:07 -08003255
Quddus Chong559c0062014-06-12 13:59:34 -07003256 <div class="jd-tagdata">
3257 <span class="jd-tagtitle">Constant Value: </span>
3258 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003259
Quddus Chong559c0062014-06-12 13:59:34 -07003260 8003
3261 (0x00001f43)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003262
Quddus Chong559c0062014-06-12 13:59:34 -07003263 </span>
3264 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003265
Quddus Chong559c0062014-06-12 13:59:34 -07003266 </div>
3267</div>
3268
3269
3270
3271<A NAME="STATUS_QUEST_NO_LONGER_AVAILABLE"></A>
3272
Quddus Chongfd19ada2014-11-18 16:41:07 -08003273<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003274 <h4 class="jd-details-title">
3275 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003276 public
3277 static
3278 final
Quddus Chong559c0062014-06-12 13:59:34 -07003279 int
3280 </span>
3281 STATUS_QUEST_NO_LONGER_AVAILABLE
3282 </h4>
3283 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003284
3285
3286
Quddus Chong559c0062014-06-12 13:59:34 -07003287
3288 </div>
3289 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003290
3291
Quddus Chong559c0062014-06-12 13:59:34 -07003292
Quddus Chongfd19ada2014-11-18 16:41:07 -08003293
Quddus Chong559c0062014-06-12 13:59:34 -07003294 <div class="jd-tagdata jd-tagdescr"><p>This quest has expired or the developer has removed, and cannot be accepted.
3295</p></div>
3296
Quddus Chongfd19ada2014-11-18 16:41:07 -08003297
Quddus Chong559c0062014-06-12 13:59:34 -07003298 <div class="jd-tagdata">
3299 <span class="jd-tagtitle">Constant Value: </span>
3300 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003301
Quddus Chong559c0062014-06-12 13:59:34 -07003302 8002
3303 (0x00001f42)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003304
Quddus Chong559c0062014-06-12 13:59:34 -07003305 </span>
3306 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003307
Quddus Chong559c0062014-06-12 13:59:34 -07003308 </div>
3309</div>
3310
3311
3312
Dirk Dougherty16542642014-02-07 19:58:28 -08003313<A NAME="STATUS_REAL_TIME_CONNECTION_FAILED"></A>
3314
3315<div class="jd-details api apilevel-">
3316 <h4 class="jd-details-title">
3317 <span class="normal">
3318 public
3319 static
3320 final
3321 int
3322 </span>
3323 STATUS_REAL_TIME_CONNECTION_FAILED
3324 </h4>
3325 <div class="api-level">
3326
3327
3328
3329
3330 </div>
3331 <div class="jd-details-descr">
3332
Quddus Chongfd19ada2014-11-18 16:41:07 -08003333
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003334
Quddus Chongfd19ada2014-11-18 16:41:07 -08003335
Dirk Dougherty16542642014-02-07 19:58:28 -08003336 <div class="jd-tagdata jd-tagdescr"><p>Failed to initialize the network connection for a real-time room.
3337</p></div>
3338
3339
3340 <div class="jd-tagdata">
3341 <span class="jd-tagtitle">Constant Value: </span>
3342 <span>
3343
3344 7000
3345 (0x00001b58)
3346
3347 </span>
3348 </div>
3349
3350 </div>
3351</div>
3352
3353
3354
3355<A NAME="STATUS_REAL_TIME_INACTIVE_ROOM"></A>
3356
3357<div class="jd-details api apilevel-">
3358 <h4 class="jd-details-title">
3359 <span class="normal">
3360 public
3361 static
3362 final
3363 int
3364 </span>
3365 STATUS_REAL_TIME_INACTIVE_ROOM
3366 </h4>
3367 <div class="api-level">
3368
3369
3370
3371
3372 </div>
3373 <div class="jd-details-descr">
3374
Quddus Chongfd19ada2014-11-18 16:41:07 -08003375
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003376
Quddus Chongfd19ada2014-11-18 16:41:07 -08003377
Dirk Dougherty16542642014-02-07 19:58:28 -08003378 <div class="jd-tagdata jd-tagdescr"><p>The room is not currently active. This action cannot be performed on an inactive room.
3379</p></div>
3380
3381
3382 <div class="jd-tagdata">
3383 <span class="jd-tagtitle">Constant Value: </span>
3384 <span>
3385
3386 7005
3387 (0x00001b5d)
3388
3389 </span>
3390 </div>
3391
3392 </div>
3393</div>
3394
3395
3396
3397<A NAME="STATUS_REAL_TIME_MESSAGE_SEND_FAILED"></A>
3398
3399<div class="jd-details api apilevel-">
3400 <h4 class="jd-details-title">
3401 <span class="normal">
3402 public
3403 static
3404 final
3405 int
3406 </span>
3407 STATUS_REAL_TIME_MESSAGE_SEND_FAILED
3408 </h4>
3409 <div class="api-level">
3410
3411
3412
3413
3414 </div>
3415 <div class="jd-details-descr">
3416
Quddus Chongfd19ada2014-11-18 16:41:07 -08003417
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003418
Quddus Chongfd19ada2014-11-18 16:41:07 -08003419
Dirk Dougherty16542642014-02-07 19:58:28 -08003420 <div class="jd-tagdata jd-tagdescr"><p>Failed to send message to the peer participant for a real-time room.
3421</p></div>
3422
3423
3424 <div class="jd-tagdata">
3425 <span class="jd-tagtitle">Constant Value: </span>
3426 <span>
3427
3428 7001
3429 (0x00001b59)
3430
3431 </span>
3432 </div>
3433
3434 </div>
3435</div>
3436
3437
3438
3439<A NAME="STATUS_REAL_TIME_ROOM_NOT_JOINED"></A>
3440
3441<div class="jd-details api apilevel-">
3442 <h4 class="jd-details-title">
3443 <span class="normal">
3444 public
3445 static
3446 final
3447 int
3448 </span>
3449 STATUS_REAL_TIME_ROOM_NOT_JOINED
3450 </h4>
3451 <div class="api-level">
3452
3453
3454
3455
3456 </div>
3457 <div class="jd-details-descr">
3458
Quddus Chongfd19ada2014-11-18 16:41:07 -08003459
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003460
Quddus Chongfd19ada2014-11-18 16:41:07 -08003461
Dirk Dougherty16542642014-02-07 19:58:28 -08003462 <div class="jd-tagdata jd-tagdescr"><p>Failed to send message to the peer participant for a real-time room, since the user has not
3463 joined the room.
3464</p></div>
3465
3466
3467 <div class="jd-tagdata">
3468 <span class="jd-tagtitle">Constant Value: </span>
3469 <span>
3470
3471 7004
3472 (0x00001b5c)
3473
3474 </span>
3475 </div>
3476
3477 </div>
3478</div>
3479
3480
3481
quddusc682d8e92014-03-13 11:55:32 -07003482<A NAME="STATUS_REQUEST_UPDATE_PARTIAL_SUCCESS"></A>
3483
Quddus Chongfd19ada2014-11-18 16:41:07 -08003484<div class="jd-details api apilevel-">
quddusc682d8e92014-03-13 11:55:32 -07003485 <h4 class="jd-details-title">
3486 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003487 public
3488 static
3489 final
quddusc682d8e92014-03-13 11:55:32 -07003490 int
3491 </span>
3492 STATUS_REQUEST_UPDATE_PARTIAL_SUCCESS
3493 </h4>
3494 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003495
3496
3497
quddusc682d8e92014-03-13 11:55:32 -07003498
3499 </div>
3500 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003501
3502
quddusc682d8e92014-03-13 11:55:32 -07003503
Quddus Chongfd19ada2014-11-18 16:41:07 -08003504
quddusc682d8e92014-03-13 11:55:32 -07003505 <div class="jd-tagdata jd-tagdescr"><p>Some of the batched network operations succeeded.
3506</p></div>
3507
Quddus Chongfd19ada2014-11-18 16:41:07 -08003508
quddusc682d8e92014-03-13 11:55:32 -07003509 <div class="jd-tagdata">
3510 <span class="jd-tagtitle">Constant Value: </span>
3511 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003512
quddusc682d8e92014-03-13 11:55:32 -07003513 2000
3514 (0x000007d0)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003515
quddusc682d8e92014-03-13 11:55:32 -07003516 </span>
3517 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003518
quddusc682d8e92014-03-13 11:55:32 -07003519 </div>
3520</div>
3521
3522
3523
3524<A NAME="STATUS_REQUEST_UPDATE_TOTAL_FAILURE"></A>
3525
Quddus Chongfd19ada2014-11-18 16:41:07 -08003526<div class="jd-details api apilevel-">
quddusc682d8e92014-03-13 11:55:32 -07003527 <h4 class="jd-details-title">
3528 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003529 public
3530 static
3531 final
quddusc682d8e92014-03-13 11:55:32 -07003532 int
3533 </span>
3534 STATUS_REQUEST_UPDATE_TOTAL_FAILURE
3535 </h4>
3536 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003537
3538
3539
quddusc682d8e92014-03-13 11:55:32 -07003540
3541 </div>
3542 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003543
3544
quddusc682d8e92014-03-13 11:55:32 -07003545
Quddus Chongfd19ada2014-11-18 16:41:07 -08003546
quddusc682d8e92014-03-13 11:55:32 -07003547 <div class="jd-tagdata jd-tagdescr"><p>All of the request update operations attempted failed. Retrying will not fix these errors.
3548</p></div>
3549
Quddus Chongfd19ada2014-11-18 16:41:07 -08003550
quddusc682d8e92014-03-13 11:55:32 -07003551 <div class="jd-tagdata">
3552 <span class="jd-tagtitle">Constant Value: </span>
3553 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003554
quddusc682d8e92014-03-13 11:55:32 -07003555 2001
3556 (0x000007d1)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003557
quddusc682d8e92014-03-13 11:55:32 -07003558 </span>
3559 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003560
quddusc682d8e92014-03-13 11:55:32 -07003561 </div>
3562</div>
3563
3564
3565
Quddus Chong559c0062014-06-12 13:59:34 -07003566<A NAME="STATUS_SNAPSHOT_COMMIT_FAILED"></A>
3567
Quddus Chongfd19ada2014-11-18 16:41:07 -08003568<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003569 <h4 class="jd-details-title">
3570 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003571 public
3572 static
3573 final
Quddus Chong559c0062014-06-12 13:59:34 -07003574 int
3575 </span>
3576 STATUS_SNAPSHOT_COMMIT_FAILED
3577 </h4>
3578 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003579
3580
3581
Quddus Chong559c0062014-06-12 13:59:34 -07003582
3583 </div>
3584 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003585
3586
Quddus Chong559c0062014-06-12 13:59:34 -07003587
Quddus Chongfd19ada2014-11-18 16:41:07 -08003588
Quddus Chong559c0062014-06-12 13:59:34 -07003589 <div class="jd-tagdata jd-tagdescr"><p>The attempt to commit the snapshot change failed. See the device logs for more details.
3590</p></div>
3591
Quddus Chongfd19ada2014-11-18 16:41:07 -08003592
Quddus Chong559c0062014-06-12 13:59:34 -07003593 <div class="jd-tagdata">
3594 <span class="jd-tagtitle">Constant Value: </span>
3595 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003596
Quddus Chong559c0062014-06-12 13:59:34 -07003597 4003
3598 (0x00000fa3)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003599
Quddus Chong559c0062014-06-12 13:59:34 -07003600 </span>
3601 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003602
Quddus Chong559c0062014-06-12 13:59:34 -07003603 </div>
3604</div>
3605
3606
3607
3608<A NAME="STATUS_SNAPSHOT_CONFLICT"></A>
3609
Quddus Chongfd19ada2014-11-18 16:41:07 -08003610<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003611 <h4 class="jd-details-title">
3612 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003613 public
3614 static
3615 final
Quddus Chong559c0062014-06-12 13:59:34 -07003616 int
3617 </span>
3618 STATUS_SNAPSHOT_CONFLICT
3619 </h4>
3620 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003621
3622
3623
Quddus Chong559c0062014-06-12 13:59:34 -07003624
3625 </div>
3626 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003627
3628
Quddus Chong559c0062014-06-12 13:59:34 -07003629
Quddus Chongfd19ada2014-11-18 16:41:07 -08003630
Quddus Chong559c0062014-06-12 13:59:34 -07003631 <div class="jd-tagdata jd-tagdescr"><p>A conflict was detected for the snapshot. Use <code><a href="/reference/com/google/android/gms/games/snapshot/Snapshots.html#resolveConflict(com.google.android.gms.common.api.GoogleApiClient, java.lang.String, com.google.android.gms.games.snapshot.Snapshot)">resolveConflict(GoogleApiClient, String, Snapshot)</a></code> to resolve
3632 this conflict.
3633</p></div>
3634
Quddus Chongfd19ada2014-11-18 16:41:07 -08003635
Quddus Chong559c0062014-06-12 13:59:34 -07003636 <div class="jd-tagdata">
3637 <span class="jd-tagtitle">Constant Value: </span>
3638 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003639
Quddus Chong559c0062014-06-12 13:59:34 -07003640 4004
3641 (0x00000fa4)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003642
Quddus Chong559c0062014-06-12 13:59:34 -07003643 </span>
3644 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003645
Quddus Chong559c0062014-06-12 13:59:34 -07003646 </div>
3647</div>
3648
3649
3650
Quddus Chonge457fb62014-09-11 18:55:43 -07003651<A NAME="STATUS_SNAPSHOT_CONFLICT_MISSING"></A>
3652
Quddus Chongfd19ada2014-11-18 16:41:07 -08003653<div class="jd-details api apilevel-">
Quddus Chonge457fb62014-09-11 18:55:43 -07003654 <h4 class="jd-details-title">
3655 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003656 public
3657 static
3658 final
Quddus Chonge457fb62014-09-11 18:55:43 -07003659 int
3660 </span>
3661 STATUS_SNAPSHOT_CONFLICT_MISSING
3662 </h4>
3663 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003664
3665
3666
Quddus Chonge457fb62014-09-11 18:55:43 -07003667
3668 </div>
3669 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003670
3671
Quddus Chonge457fb62014-09-11 18:55:43 -07003672
Quddus Chongfd19ada2014-11-18 16:41:07 -08003673
Quddus Chonge457fb62014-09-11 18:55:43 -07003674 <div class="jd-tagdata jd-tagdescr"><p>The conflict that was being resolved doesn't exist. This could occur if another device
3675 resolved this conflict first, or if an inappropriate conflict ID was provided to
3676 <code><a href="/reference/com/google/android/gms/games/snapshot/Snapshots.html#resolveConflict(com.google.android.gms.common.api.GoogleApiClient, java.lang.String, com.google.android.gms.games.snapshot.Snapshot)">resolveConflict(GoogleApiClient, String, Snapshot)</a></code>.
3677</p></div>
3678
Quddus Chongfd19ada2014-11-18 16:41:07 -08003679
Quddus Chonge457fb62014-09-11 18:55:43 -07003680 <div class="jd-tagdata">
3681 <span class="jd-tagtitle">Constant Value: </span>
3682 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003683
Quddus Chonge457fb62014-09-11 18:55:43 -07003684 4006
3685 (0x00000fa6)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003686
Quddus Chonge457fb62014-09-11 18:55:43 -07003687 </span>
3688 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003689
Quddus Chonge457fb62014-09-11 18:55:43 -07003690 </div>
3691</div>
3692
3693
3694
Quddus Chong559c0062014-06-12 13:59:34 -07003695<A NAME="STATUS_SNAPSHOT_CONTENTS_UNAVAILABLE"></A>
3696
Quddus Chongfd19ada2014-11-18 16:41:07 -08003697<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003698 <h4 class="jd-details-title">
3699 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003700 public
3701 static
3702 final
Quddus Chong559c0062014-06-12 13:59:34 -07003703 int
3704 </span>
3705 STATUS_SNAPSHOT_CONTENTS_UNAVAILABLE
3706 </h4>
3707 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003708
3709
3710
Quddus Chong559c0062014-06-12 13:59:34 -07003711
3712 </div>
3713 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003714
3715
Quddus Chong559c0062014-06-12 13:59:34 -07003716
Quddus Chongfd19ada2014-11-18 16:41:07 -08003717
Quddus Chong559c0062014-06-12 13:59:34 -07003718 <div class="jd-tagdata jd-tagdescr"><p>An error occurred while attempting to open the contents of the snapshot. See the device logs
3719 for more details.
3720</p></div>
3721
Quddus Chongfd19ada2014-11-18 16:41:07 -08003722
Quddus Chong559c0062014-06-12 13:59:34 -07003723 <div class="jd-tagdata">
3724 <span class="jd-tagtitle">Constant Value: </span>
3725 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003726
Quddus Chong559c0062014-06-12 13:59:34 -07003727 4002
3728 (0x00000fa2)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003729
Quddus Chong559c0062014-06-12 13:59:34 -07003730 </span>
3731 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003732
Quddus Chong559c0062014-06-12 13:59:34 -07003733 </div>
3734</div>
3735
3736
3737
3738<A NAME="STATUS_SNAPSHOT_CREATION_FAILED"></A>
3739
Quddus Chongfd19ada2014-11-18 16:41:07 -08003740<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003741 <h4 class="jd-details-title">
3742 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003743 public
3744 static
3745 final
Quddus Chong559c0062014-06-12 13:59:34 -07003746 int
3747 </span>
3748 STATUS_SNAPSHOT_CREATION_FAILED
3749 </h4>
3750 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003751
3752
3753
Quddus Chong559c0062014-06-12 13:59:34 -07003754
3755 </div>
3756 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003757
3758
Quddus Chong559c0062014-06-12 13:59:34 -07003759
Quddus Chongfd19ada2014-11-18 16:41:07 -08003760
Quddus Chong559c0062014-06-12 13:59:34 -07003761 <div class="jd-tagdata jd-tagdescr"><p>The attempt to create a snapshot failed. See the device logs for more details.
3762</p></div>
3763
Quddus Chongfd19ada2014-11-18 16:41:07 -08003764
Quddus Chong559c0062014-06-12 13:59:34 -07003765 <div class="jd-tagdata">
3766 <span class="jd-tagtitle">Constant Value: </span>
3767 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003768
Quddus Chong559c0062014-06-12 13:59:34 -07003769 4001
3770 (0x00000fa1)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003771
Quddus Chong559c0062014-06-12 13:59:34 -07003772 </span>
3773 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003774
Quddus Chong559c0062014-06-12 13:59:34 -07003775 </div>
3776</div>
3777
3778
3779
3780<A NAME="STATUS_SNAPSHOT_FOLDER_UNAVAILABLE"></A>
3781
Quddus Chongfd19ada2014-11-18 16:41:07 -08003782<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003783 <h4 class="jd-details-title">
3784 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003785 public
3786 static
3787 final
Quddus Chong559c0062014-06-12 13:59:34 -07003788 int
3789 </span>
3790 STATUS_SNAPSHOT_FOLDER_UNAVAILABLE
3791 </h4>
3792 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003793
3794
3795
Quddus Chong559c0062014-06-12 13:59:34 -07003796
3797 </div>
3798 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003799
3800
Quddus Chong559c0062014-06-12 13:59:34 -07003801
Quddus Chongfd19ada2014-11-18 16:41:07 -08003802
Quddus Chong559c0062014-06-12 13:59:34 -07003803 <div class="jd-tagdata jd-tagdescr"><p>The root folder for snapshots could not be found or created. See the device logs for more
3804 details on the failure.
3805</p></div>
3806
Quddus Chongfd19ada2014-11-18 16:41:07 -08003807
Quddus Chong559c0062014-06-12 13:59:34 -07003808 <div class="jd-tagdata">
3809 <span class="jd-tagtitle">Constant Value: </span>
3810 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003811
Quddus Chong559c0062014-06-12 13:59:34 -07003812 4005
3813 (0x00000fa5)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003814
Quddus Chong559c0062014-06-12 13:59:34 -07003815 </span>
3816 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003817
Quddus Chong559c0062014-06-12 13:59:34 -07003818 </div>
3819</div>
3820
3821
3822
3823<A NAME="STATUS_SNAPSHOT_NOT_FOUND"></A>
3824
Quddus Chongfd19ada2014-11-18 16:41:07 -08003825<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003826 <h4 class="jd-details-title">
3827 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003828 public
3829 static
3830 final
Quddus Chong559c0062014-06-12 13:59:34 -07003831 int
3832 </span>
3833 STATUS_SNAPSHOT_NOT_FOUND
3834 </h4>
3835 <div class="api-level">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003836
3837
3838
Quddus Chong559c0062014-06-12 13:59:34 -07003839
3840 </div>
3841 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003842
3843
Quddus Chong559c0062014-06-12 13:59:34 -07003844
Quddus Chongfd19ada2014-11-18 16:41:07 -08003845
Quddus Chong559c0062014-06-12 13:59:34 -07003846 <div class="jd-tagdata jd-tagdescr"><p>The specified snapshot does not exist on the server.
3847</p></div>
3848
Quddus Chongfd19ada2014-11-18 16:41:07 -08003849
Quddus Chong559c0062014-06-12 13:59:34 -07003850 <div class="jd-tagdata">
3851 <span class="jd-tagtitle">Constant Value: </span>
3852 <span>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003853
Quddus Chong559c0062014-06-12 13:59:34 -07003854 4000
3855 (0x00000fa0)
Quddus Chongfd19ada2014-11-18 16:41:07 -08003856
Quddus Chong559c0062014-06-12 13:59:34 -07003857 </span>
3858 </div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003859
Quddus Chong559c0062014-06-12 13:59:34 -07003860 </div>
3861</div>
3862
3863
3864
Dirk Dougherty16542642014-02-07 19:58:28 -08003865<A NAME="STATUS_TIMEOUT"></A>
3866
3867<div class="jd-details api apilevel-">
3868 <h4 class="jd-details-title">
3869 <span class="normal">
3870 public
3871 static
3872 final
3873 int
3874 </span>
3875 STATUS_TIMEOUT
3876 </h4>
3877 <div class="api-level">
3878
3879
3880
3881
3882 </div>
3883 <div class="jd-details-descr">
3884
Quddus Chongfd19ada2014-11-18 16:41:07 -08003885
Quddus Chong2b4b3d22014-10-26 18:10:42 -07003886
Quddus Chongfd19ada2014-11-18 16:41:07 -08003887
Dirk Dougherty16542642014-02-07 19:58:28 -08003888 <div class="jd-tagdata jd-tagdescr"><p>The operation timed out while awaiting the result. Only returned if using a
3889 <code><a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a></code> directly.
3890</p></div>
3891
3892
3893 <div class="jd-tagdata">
3894 <span class="jd-tagtitle">Constant Value: </span>
3895 <span>
3896
3897 15
3898 (0x0000000f)
3899
3900 </span>
3901 </div>
3902
3903 </div>
3904</div>
3905
3906
3907
3908
3909<!-- Fields -->
3910
3911
3912<!-- Public ctors -->
3913
3914
3915
3916<!-- ========= CONSTRUCTOR DETAIL ======== -->
3917<!-- Protected ctors -->
3918
3919
3920
3921<!-- ========= METHOD DETAIL ======== -->
3922<!-- Public methdos -->
3923
Quddus Chong559c0062014-06-12 13:59:34 -07003924<h2>Public Methods</h2>
3925
3926
3927
3928<A NAME="getStatusString(int)"></A>
3929
Quddus Chongfd19ada2014-11-18 16:41:07 -08003930<div class="jd-details api apilevel-">
Quddus Chong559c0062014-06-12 13:59:34 -07003931 <h4 class="jd-details-title">
3932 <span class="normal">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003933 public
3934 static
3935
3936
3937
Quddus Chong559c0062014-06-12 13:59:34 -07003938 String
3939 </span>
3940 <span class="sympad">getStatusString</span>
3941 <span class="normal">(int statusCode)</span>
3942 </h4>
3943 <div class="api-level">
3944 <div></div>
Quddus Chongfd19ada2014-11-18 16:41:07 -08003945
3946
Quddus Chong559c0062014-06-12 13:59:34 -07003947
3948 </div>
3949 <div class="jd-details-descr">
Quddus Chongfd19ada2014-11-18 16:41:07 -08003950
3951
Quddus Chong559c0062014-06-12 13:59:34 -07003952
Quddus Chongfd19ada2014-11-18 16:41:07 -08003953
Quddus Chong559c0062014-06-12 13:59:34 -07003954 <div class="jd-tagdata jd-tagdescr"><p>Get the string associated with the status code. This can be used for clearer logging messages
Joe Fernandez77869172015-03-19 16:36:02 +00003955 to avoid having to look up error codes.</p></div>
Quddus Chong559c0062014-06-12 13:59:34 -07003956 <div class="jd-tagdata">
3957 <h5 class="jd-tagtitle">Parameters</h5>
3958 <table class="jd-tagtable">
3959 <tr>
3960 <th>statusCode</td>
3961 <td>The status code to get the message string for.</td>
3962 </tr>
3963 </table>
3964 </div>
3965 <div class="jd-tagdata">
3966 <h5 class="jd-tagtitle">Returns</h5>
3967 <ul class="nolist"><li>The string associated with the error code.
3968</li></ul>
3969 </div>
3970
3971 </div>
3972</div>
3973
3974
3975
Dirk Dougherty16542642014-02-07 19:58:28 -08003976
3977
3978<!-- ========= METHOD DETAIL ======== -->
3979
3980
3981
3982<!-- ========= END OF CLASS DATA ========= -->
3983<A NAME="navbar_top"></A>
3984
3985<div id="footer" class="wrap" >
3986
3987
3988 <div id="copyright">
3989
3990 Except as noted, this content is licensed under <a
3991 href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
3992 For details and restrictions, see the <a href="/license.html">
3993 Content License</a>.
3994 </div>
3995 <div id="build_info">
3996
3997<script src="/timestamp.js" type="text/javascript"></script>
3998<script>document.write(BUILD_TIMESTAMP)</script>
3999
4000 </div>
4001
4002
4003 <div id="footerlinks">
4004
4005 <p>
4006 <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
4007 <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
4008 <a href="/support.html">Support</a>
4009 </p>
4010 </div>
4011
4012</div> <!-- end footer -->
4013</div> <!-- jd-content -->
4014
4015</div><!-- end doc-content -->
4016
4017</div> <!-- end body-content -->
4018
4019
4020
4021
4022
4023
4024</body>
4025</html>