AI2 Component  (Version nb184)
ErrorMessages.java
Go to the documentation of this file.
1 // -*- mode: java; c-basic-offset: 2; -*-
2 // Copyright 2009-2011 Google, All Rights reserved
3 // Copyright 2011-2019 MIT, All rights reserved
4 // Released under the Apache License, Version 2.0
5 // http://www.apache.org/licenses/LICENSE-2.0
6 
7 package com.google.appinventor.components.runtime.util;
8 
9 import java.util.HashMap;
10 import java.util.Map;
11 
17 public final class ErrorMessages {
18  public static final int ERROR_DEFAULT = 0;
19  // Phone version errors
23  public static final int ERROR_FUNCTIONALITY_NOT_SUPPORTED_WEB_COOKIES = 4;
24  public static final int ERROR_FUNCTIONALITY_NOT_SUPPORTED_WIFI_DIRECT = 5;
25  // LocationSensor errors
26  public static final int ERROR_LOCATION_SENSOR_LATITUDE_NOT_FOUND = 101;
27  public static final int ERROR_LOCATION_SENSOR_LONGITUDE_NOT_FOUND = 102;
28  public static final int ERROR_LOCATION_NO_PERMISSION = 103;
29  // Camera errors
30  public static final int ERROR_CAMERA_NO_IMAGE_RETURNED = 201;
31  public static final int ERROR_NO_CAMERA_PERMISSION = 202;
32 
33  // Twitter errors
34  public static final int ERROR_TWITTER_UNSUPPORTED_LOGIN_FUNCTION = 301;
35  public static final int ERROR_TWITTER_BLANK_CONSUMER_KEY_OR_SECRET = 302;
36  public static final int ERROR_TWITTER_EXCEPTION = 303;
37  public static final int ERROR_TWITTER_UNABLE_TO_GET_ACCESS_TOKEN = 304;
38  public static final int ERROR_TWITTER_AUTHORIZATION_FAILED = 305;
39  public static final int ERROR_TWITTER_SET_STATUS_FAILED = 306;
40  public static final int ERROR_TWITTER_REQUEST_MENTIONS_FAILED = 307;
41  public static final int ERROR_TWITTER_REQUEST_FOLLOWERS_FAILED = 308;
42  public static final int ERROR_TWITTER_REQUEST_DIRECT_MESSAGES_FAILED = 309;
43  public static final int ERROR_TWITTER_DIRECT_MESSAGE_FAILED = 310;
44  public static final int ERROR_TWITTER_FOLLOW_FAILED = 311;
45  public static final int ERROR_TWITTER_STOP_FOLLOWING_FAILED = 312;
46  public static final int ERROR_TWITTER_REQUEST_FRIEND_TIMELINE_FAILED = 313;
47  public static final int ERROR_TWITTER_SEARCH_FAILED = 314;
48  public static final int ERROR_TWITTER_INVALID_IMAGE_PATH = 315;
49  // LegoMindstormsNXT errors
50  public static final int ERROR_NXT_BLUETOOTH_NOT_SET = 401;
51  public static final int ERROR_NXT_NOT_CONNECTED_TO_ROBOT = 402;
52  public static final int ERROR_NXT_INVALID_RETURN_PACKAGE = 403;
53  public static final int ERROR_NXT_ERROR_CODE_RECEIVED = 404;
54  public static final int ERROR_NXT_INVALID_PROGRAM_NAME = 405;
55  public static final int ERROR_NXT_INVALID_FILE_NAME = 406;
56  public static final int ERROR_NXT_INVALID_MOTOR_PORT = 407;
57  public static final int ERROR_NXT_INVALID_SENSOR_PORT = 408;
58  public static final int ERROR_NXT_INVALID_MAILBOX = 409;
59  public static final int ERROR_NXT_MESSAGE_TOO_LONG = 410;
60  public static final int ERROR_NXT_DATA_TOO_LARGE = 411;
61  public static final int ERROR_NXT_COULD_NOT_DECODE_ELEMENT = 412;
62  public static final int ERROR_NXT_COULD_NOT_FIT_ELEMENT_IN_BYTE = 413;
63  public static final int ERROR_NXT_INVALID_SOURCE_ARGUMENT = 414;
64  public static final int ERROR_NXT_INVALID_DESTINATION_ARGUMENT = 415;
65  public static final int ERROR_NXT_UNABLE_TO_DOWNLOAD_FILE = 416;
66  public static final int ERROR_NXT_CANNOT_DETECT_COLOR = 417;
67  public static final int ERROR_NXT_CANNOT_DETECT_LIGHT = 418;
68  public static final int ERROR_NXT_INVALID_GENERATE_COLOR = 419;
69  // Bluetooth errors
70  public static final int ERROR_BLUETOOTH_NOT_AVAILABLE = 501;
71  public static final int ERROR_BLUETOOTH_NOT_ENABLED = 502;
72  public static final int ERROR_BLUETOOTH_INVALID_ADDRESS = 503;
73  public static final int ERROR_BLUETOOTH_NOT_PAIRED_DEVICE = 504;
74  public static final int ERROR_BLUETOOTH_NOT_REQUIRED_CLASS_OF_DEVICE = 505;
75  public static final int ERROR_BLUETOOTH_INVALID_UUID = 506;
76  public static final int ERROR_BLUETOOTH_UNABLE_TO_CONNECT = 507;
77  public static final int ERROR_BLUETOOTH_UNABLE_TO_LISTEN = 508;
78  public static final int ERROR_BLUETOOTH_UNABLE_TO_ACCEPT = 509;
79  public static final int ERROR_BLUETOOTH_COULD_NOT_DECODE = 510;
80  public static final int ERROR_BLUETOOTH_COULD_NOT_FIT_NUMBER_IN_BYTE = 511;
81  public static final int ERROR_BLUETOOTH_COULD_NOT_FIT_NUMBER_IN_BYTES = 512;
82  public static final int ERROR_BLUETOOTH_COULD_NOT_DECODE_ELEMENT = 513;
83  public static final int ERROR_BLUETOOTH_COULD_NOT_FIT_ELEMENT_IN_BYTE = 514;
84  public static final int ERROR_BLUETOOTH_NOT_CONNECTED_TO_DEVICE = 515;
85  public static final int ERROR_BLUETOOTH_UNABLE_TO_WRITE = 516;
86  public static final int ERROR_BLUETOOTH_UNABLE_TO_READ = 517;
87  public static final int ERROR_BLUETOOTH_END_OF_STREAM = 518;
88  public static final int ERROR_BLUETOOTH_UNSUPPORTED_ENCODING = 519;
89  // ActivityStarter errors
90  public static final int ERROR_ACTIVITY_STARTER_NO_CORRESPONDING_ACTIVITY = 601;
91  public static final int ERROR_ACTIVITY_STARTER_NO_ACTION_INFO = 602;
92  // Media errors
93  public static final int ERROR_UNABLE_TO_LOAD_MEDIA = 701;
94  public static final int ERROR_UNABLE_TO_PREPARE_MEDIA = 702;
95  public static final int ERROR_UNABLE_TO_PLAY_MEDIA = 703;
96  public static final int ERROR_MEDIA_EXTERNAL_STORAGE_READONLY = 704;
97  public static final int ERROR_MEDIA_EXTERNAL_STORAGE_NOT_AVAILABLE = 705;
98  public static final int ERROR_MEDIA_IMAGE_FILE_FORMAT = 706;
99  public static final int ERROR_MEDIA_CANNOT_OPEN = 707;
100  public static final int ERROR_MEDIA_FILE_ERROR = 708;
101  public static final int ERROR_UNABLE_TO_FOCUS_MEDIA = 709;
102  public static final int ERROR_SOUND_NOT_READY = 710;
103  public static final int ERROR_OUT_OF_MEMORY_LOADING_MEDIA = 711;
104  public static final int ERROR_PLAYER_INVALID_VOLUME = 712;
105  // SoundRecorder errors
106  public static final int ERROR_SOUND_RECORDER = 801;
107  public static final int ERROR_SOUND_RECORDER_CANNOT_CREATE = 802;
108  public static final int ERROR_SOUND_RECORDER_ILLEGAL_STOP = 803;
109  public static final int ERROR_SOUND_RECORDER_MAX_DURATION_REACHED = 804;
110  public static final int ERROR_SOUND_RECORDER_MAX_FILESIZE_REACHED = 805;
111  public static final int ERROR_SOUND_NO_PERMISSION = 806;
112  // Form errors
113  public static final int ERROR_INVALID_SCREEN_ORIENTATION = 901;
114  public static final int ERROR_SCREEN_NOT_FOUND = 902;
115  public static final int ERROR_SCREEN_BAD_VALUE_RECEIVED = 903;
116  public static final int ERROR_SCREEN_BAD_VALUE_FOR_SENDING = 904;
117  public static final int ERROR_SCREEN_INVALID_ANIMATION = 905;
118  public static final int ERROR_NO_FOCUSABLE_VIEW_FOUND = 906;
119  public static final int ERROR_ACTIONBAR_NOT_SUPPORTED = 907;
120  public static final int ERROR_PERMISSION_DENIED = 908;
121  // Canvas errors
122  public static final int ERROR_CANVAS_BITMAP_ERROR = 1001;
123  public static final int ERROR_CANVAS_WIDTH_ERROR = 1002;
124  public static final int ERROR_CANVAS_HEIGHT_ERROR = 1003;
125  public static final int ERROR_CANVAS_DRAW_SHAPE_BAD_ARGUMENT = 1004;
126  // Web errors
127  public static final int ERROR_WEB_UNABLE_TO_GET = 1101;
128  public static final int ERROR_WEB_UNSUPPORTED_ENCODING = 1102;
129  public static final int ERROR_WEB_UNABLE_TO_POST_OR_PUT = 1103;
130  public static final int ERROR_WEB_UNABLE_TO_POST_OR_PUT_FILE = 1104;
131  public static final int ERROR_WEB_JSON_TEXT_DECODE_FAILED = 1105;
132  public static final int ERROR_WEB_HTML_TEXT_DECODE_FAILED = 1106;
133  // There is a gap here because two ContactPicker errors below use the numbers 1107 and 1108.
134  public static final int ERROR_WEB_MALFORMED_URL = 1109;
135  public static final int ERROR_WEB_REQUEST_HEADER_NOT_LIST = 1110;
136  public static final int ERROR_WEB_REQUEST_HEADER_NOT_TWO_ELEMENTS = 1111;
137  public static final int ERROR_WEB_BUILD_REQUEST_DATA_NOT_LIST = 1112;
138  public static final int ERROR_WEB_BUILD_REQUEST_DATA_NOT_TWO_ELEMENTS = 1113;
139  public static final int ERROR_WEB_UNABLE_TO_DELETE = 1114;
140  public static final int ERROR_WEB_XML_TEXT_DECODE_FAILED = 1115;
141  public static final int ERROR_WEB_REQUEST_TIMED_OUT = 1117; //Continuing from number after contact picker
142  public static final int ERROR_WEB_JSON_TEXT_ENCODE_FAILED = 1118;
143  // Contact picker (and PhoneNumberPicker) errors
144  public static final int ERROR_PHONE_UNSUPPORTED_CONTACT_PICKER = 1107;
146  public static final int ERROR_NO_READ_CONTACTS_PERMISSION = 1116; // Note Gap in numbers
147  // Camcorder errors
148  public static final int ERROR_CAMCORDER_NO_CLIP_RETURNED = 1201;
149  // VideoPlayer errors
150  public static final int ERROR_VIDEOPLAYER_FULLSCREEN_UNAVAILBLE = 1301;
151  public static final int ERROR_VIDEOPLAYER_FULLSCREEN_CANT_EXIT = 1302;
152  public static final int ERROR_VIDEOPLAYER_FULLSCREEN_UNSUPPORTED = 1303;
153  // Arrangement errors
154  public static final int ERROR_BAD_VALUE_FOR_HORIZONTAL_ALIGNMENT = 1401;
155  public static final int ERROR_BAD_VALUE_FOR_VERTICAL_ALIGNMENT = 1402;
156  // BarcodeScanner errors
157  public static final int ERROR_NO_SCANNER_FOUND = 1501;
158  // ImagePicker errors
159  public static final int ERROR_CANNOT_SAVE_IMAGE = 1601;
160  public static final int ERROR_CANNOT_COPY_MEDIA = 1602;
161 
162  // Texting errors
163  public static final int ERROR_BAD_VALUE_FOR_TEXT_RECEIVING = 1701;
164  public static final int ERROR_NO_SMS_PERMISSION = 1702;
165  public static final int ERROR_NO_SMS_RECEIVE_PERMISSION = 1703;
166 
167  // Repl Communication Errors
168  public static final int ERROR_REPL_SECURITY_ERROR = 1801;
169  // AccelerometerSensor Errors
170  public static final int ERROR_BAD_VALUE_FOR_ACCELEROMETER_SENSITIVITY = 1901;
171 
172  //Sharing Errors
173  public static final int ERROR_FILE_NOT_FOUND_FOR_SHARING = 2001;
174 
175  // File errors
176  public static final int ERROR_CANNOT_FIND_FILE = 2101;
177  public static final int ERROR_CANNOT_READ_FILE = 2102;
178  public static final int ERROR_CANNOT_CREATE_FILE = 2103;
179  public static final int ERROR_CANNOT_WRITE_TO_FILE = 2104;
180  public static final int ERROR_CANNOT_DELETE_ASSET = 2105;
181  public static final int ERROR_CANNOT_WRITE_ASSET = 2106;
182 
183  // Yandex.Translate errors
184  public static final int ERROR_TRANSLATE_NO_KEY_FOUND = 2201;
185  public static final int ERROR_TRANSLATE_SERVICE_NOT_AVAILABLE = 2202;
186  public static final int ERROR_TRANSLATE_JSON_RESPONSE = 2203;
187 
188  // TimePicker errors
189  public static final int ERROR_ILLEGAL_HOUR = 2301;
190  public static final int ERROR_ILLEGAL_MINUTE = 2302;
191 
192  // DatePicker errors
193  public static final int ERROR_ILLEGAL_DATE = 2401;
194 
195  // WebViewer errors
196  public static final int ERROR_WEBVIEW_SSL_ERROR = 2501;
197 
198  //FusiontablesControl errors
199  public static final int FUSION_TABLES_QUERY_ERROR = 2601;
200 
201  //TextToSpeech errors
202  public static final int ERROR_TTS_NOT_READY = 2701;
203 
204  // AndroidViewComponent errors
205  public static final int ERROR_BAD_PERCENT = 2801;
206 
207  // 2901-2999 are reserved for FIRST Tech Challenge.
208 
209  // Image errors
210  public static final int ERROR_IMAGE_CANNOT_ROTATE = 3001;
211 
212  // LegoMindstormsEv3 errors
213  public static final int ERROR_EV3_BLUETOOTH_NOT_SET = 3100;
214  public static final int ERROR_EV3_NOT_CONNECTED_TO_ROBOT = 3101;
215  public static final int ERROR_EV3_INVALID_REPLY = 3102;
216  public static final int ERROR_EV3_ILLEGAL_ARGUMENT = 3103;
217  public static final int ERROR_EV3_ILLEGAL_MOTOR_PORT = 3104;
218  public static final int ERROR_EV3_ILLEGAL_SENSOR_PORT = 3105;
219 
220  // Form errors that are signalled in runtime.scm
221  public static final int ERROR_DIVISION_BY_ZERO = 3200;
222  public static final int ERROR_INDEX_MISSING_IN_LIST = 3201;
223  public static final int ERROR_NUMBER_FORMAT_EXCEPTION = 3202;
224  public static final int ERROR_INVALID_VALUE_IN_PATH = 3203;
225 
226  // Extension errors are signalled from extensions
227  public static final int ERROR_EXTENSION_ERROR = 3300;
228 
229  // Map errors
230  public static final int ERROR_LINESTRING_TOO_FEW_POINTS = 3401;
231  public static final int ERROR_LINESTRING_PARSE_ERROR = 3402;
232  public static final int ERROR_LINESTRING_TOO_FEW_FIELDS = 3403;
233  public static final int ERROR_POLYGON_PARSE_ERROR = 3404;
234  public static final int ERROR_INVALID_POINT = 3405;
235  public static final int ERROR_INVALID_POINT_AT_INDEX = 3406;
236  public static final int ERROR_INVALID_TYPE_AT_INDEX = 3407;
237  public static final int ERROR_INVALID_NUMBER_OF_VALUES_IN_POINT_AT_INDEX = 3408;
238  public static final int ERROR_INVALID_NUMBER_OF_VALUES_IN_POINT = 3409;
239  public static final int ERROR_INVALID_TYPE = 3410;
240  public static final int ERROR_INVALID_GEOJSON = 3411;
241  public static final int ERROR_EXCEPTION_DURING_MAP_SAVE = 3412;
242  public static final int ERROR_INVALID_LATITUDE = 3413;
243  public static final int ERROR_INVALID_LONGITUDE = 3414;
244  public static final int ERROR_UNABLE_TO_CREATE_TILE_CACHE = 3415;
245  public static final int ERROR_INVALID_ANCHOR_VERTICAL = 3416;
246  public static final int ERROR_INVALID_ANCHOR_HORIZONTAL = 3417;
247  public static final int ERROR_INVALID_LATITUDE_IN_POINT_AT_INDEX = 3418;
248  public static final int ERROR_INVALID_LONGITUDE_IN_POINT_AT_INDEX = 3419;
249  public static final int ERROR_EXPECTED_ARRAY_AT_INDEX = 3420;
250  public static final int ERROR_INVALID_UNIT_SYSTEM = 3421;
251 
252  // Phone Call Errors
253  public static final int ERROR_NO_CALL_PERMISSION = 3501;
254 
255  // REPL Errors
256  public static final int ERROR_UNABLE_TO_INSTALL_PACKAGE = 3601;
257 
258  // Augmented Reality Errors
259  public static final int ERROR_INVALID_CONFIGURATION_VALUE = 3700;
260 
261  //SpeechRecognizer Errors
262  public static final int ERROR_AUDIO = 3801;
263  public static final int ERROR_CLIENT = 3802;
264  public static final int ERROR_INSUFFICIENT_PERMISSIONS = 3803;
265  public static final int ERROR_NETWORK = 3804;
266  public static final int ERROR_NETWORK_TIMEOUT = 3805;
267  public static final int ERROR_NO_MATCH = 3806;
268  public static final int ERROR_RECOGNIZER_BUSY = 3807;
269  public static final int ERROR_SERVER = 3808;
270  public static final int ERROR_SPEECH_TIMEOUT = 3809;
271 
272  // Serial errors
273  public static final int ERROR_SERIAL_NOT_INITIALIZED = 3901;
274  public static final int ERROR_SERIAL_WRITING = 3902;
275 
276  // Navigation Errors
277  public static final int ERROR_INVALID_API_KEY = 4001;
278  public static final int ERROR_UNABLE_TO_REQUEST_DIRECTIONS = 4002;
279  public static final int ERROR_ROUTING_SERVICE_ERROR = 4003;
280  public static final int ERROR_NO_ROUTE_FOUND = 4004;
281 
282 
283  // Start the next group of errors at 4100
284 
285  // Mapping of error numbers to error message format strings.
286  private static final Map<Integer, String> errorMessages;
287  static {
288  errorMessages = new HashMap<Integer, String>();
289  errorMessages.put(ERROR_DEFAULT, "Try Again.");
290  // Phone version errors
292  "Warning: This app contains functionality that does not work on this phone: " +
293  "picking an EmailAddress.");
295  "Warning: This app contains functionality that does not work on this phone: " +
296  "the EmailPicker component.");
298  "Warning: This app contains functionality that does not work on this phone: " +
299  "the FusiontablesControl component.");
301  "Warning: This app contains functionality that does not work on this phone: " +
302  "using cookies in the Web component.");
304  "Warning: This app contains functionality that does not work on this phone: " +
305  "Wi-Fi peer-to-peer connectivity.");
306  // LocationSensor errors
308  "Unable to find latitude from %s.");
310  "Unable to find longitude from %s.");
311  errorMessages.put(ERROR_LOCATION_NO_PERMISSION,
312  "Location Permission was Denied.");
313  // Camera errors
314  errorMessages.put(ERROR_CAMERA_NO_IMAGE_RETURNED,
315  "The camera did not return an image.");
316  // Twitter errors
318  "Twitter no longer supports this form of Login. Use the Authorize call instead.");
320  "The ConsumerKey and ConsumerSecret properties must be set in order to authorize access " +
321  "for Twitter. Please obtain a Comsumer Key and Consumer Secret specific to your app from " +
322  "http://twitter.com/oauth_clients/new");
323  errorMessages.put(ERROR_TWITTER_EXCEPTION,
324  "Twitter error: %s");
326  "Unable to get access token: %s");
327  errorMessages.put(ERROR_TWITTER_AUTHORIZATION_FAILED,
328  "Twitter authorization failed");
329  errorMessages.put(ERROR_TWITTER_SET_STATUS_FAILED,
330  "SetStatus failed. %s");
331  errorMessages.put(ERROR_TWITTER_REQUEST_MENTIONS_FAILED,
332  "RequestMentions failed. %s");
333  errorMessages.put(ERROR_TWITTER_REQUEST_FOLLOWERS_FAILED,
334  "RequestFollowers failed. %s");
336  "RequestDirectMessages failed. %s");
337  errorMessages.put(ERROR_TWITTER_DIRECT_MESSAGE_FAILED,
338  "DirectMessage failed. %s");
339  errorMessages.put(ERROR_TWITTER_FOLLOW_FAILED,
340  "Follow failed. %s");
341  errorMessages.put(ERROR_TWITTER_STOP_FOLLOWING_FAILED,
342  "StopFollowing failed. %s");
344  "Twitter RequestFriendTimeline failed: %s");
345  errorMessages.put(ERROR_TWITTER_SEARCH_FAILED,
346  "Twitter search failed.");
347  errorMessages.put(ERROR_TWITTER_INVALID_IMAGE_PATH, "Invalid Path to Image; Update will not " +
348  "be sent.");
349  // LegoMindstormsNXT errors
350  errorMessages.put(ERROR_NXT_BLUETOOTH_NOT_SET,
351  "The Bluetooth property has not been set.");
352  errorMessages.put(ERROR_NXT_NOT_CONNECTED_TO_ROBOT,
353  "Not connected to a robot.");
354  errorMessages.put(ERROR_NXT_INVALID_RETURN_PACKAGE,
355  "Unable to receive return package. Has the robot gone to sleep?");
356  errorMessages.put(ERROR_NXT_ERROR_CODE_RECEIVED,
357  "Error code received from robot: %s.");
358  errorMessages.put(ERROR_NXT_INVALID_PROGRAM_NAME,
359  "Invalid program name.");
360  errorMessages.put(ERROR_NXT_INVALID_FILE_NAME,
361  "Invalid file name.");
362  errorMessages.put(ERROR_NXT_INVALID_MOTOR_PORT,
363  "The NXT does not have a motor port labeled %s.");
364  errorMessages.put(ERROR_NXT_INVALID_SENSOR_PORT,
365  "The NXT does not have a sensor port labeled %s.");
366  errorMessages.put(ERROR_NXT_INVALID_MAILBOX,
367  "The NXT does not have a mailbox number %s.");
368  errorMessages.put(ERROR_NXT_MESSAGE_TOO_LONG,
369  "The NXT only accepts messages up to 58 characters.");
370  errorMessages.put(ERROR_NXT_DATA_TOO_LARGE,
371  "The data is too large; it must be 16 bytes or less.");
372  errorMessages.put(ERROR_NXT_COULD_NOT_DECODE_ELEMENT,
373  "Could not decode element %s as an integer.");
374  errorMessages.put(ERROR_NXT_COULD_NOT_FIT_ELEMENT_IN_BYTE,
375  "Could not fit element %s into 1 byte.");
376  errorMessages.put(ERROR_NXT_INVALID_SOURCE_ARGUMENT,
377  "Invalid source argument.");
378  errorMessages.put(ERROR_NXT_INVALID_DESTINATION_ARGUMENT,
379  "Invalid destination argument.");
380  errorMessages.put(ERROR_NXT_UNABLE_TO_DOWNLOAD_FILE,
381  "Unable to download file to robot: %s");
382  errorMessages.put(ERROR_NXT_CANNOT_DETECT_COLOR,
383  "Cannot detect color when the DetectColor property is set to False.");
384  errorMessages.put(ERROR_NXT_CANNOT_DETECT_LIGHT,
385  "Cannot detect light level when the DetectColor property is set to True.");
386  errorMessages.put(ERROR_NXT_INVALID_GENERATE_COLOR,
387  "The GenerateColor property is limited to None, Red, Green, or Blue.");
388  // LegoMindstormsEv3 errors
389  errorMessages.put(ERROR_EV3_BLUETOOTH_NOT_SET,
390  "The Bluetooth property has not been set.");
391  errorMessages.put(ERROR_EV3_NOT_CONNECTED_TO_ROBOT,
392  "Cannot connect to an EV3 robot. Has the robot gone to sleep?");
393  errorMessages.put(ERROR_EV3_INVALID_REPLY,
394  "Unable to receive a reply or the reply cannot be understood.");
395  errorMessages.put(ERROR_EV3_ILLEGAL_ARGUMENT,
396  "Illegal argument: %s");
397  errorMessages.put(ERROR_EV3_ILLEGAL_MOTOR_PORT,
398  "Cannot understant motor port: %s");
399  errorMessages.put(ERROR_EV3_ILLEGAL_SENSOR_PORT,
400  "Cannot understant sensor port: %s");
401  // bluetooth errors
402  errorMessages.put(ERROR_BLUETOOTH_NOT_AVAILABLE,
403  "Bluetooth is not available.");
404  errorMessages.put(ERROR_BLUETOOTH_NOT_ENABLED,
405  "Bluetooth is not available.");
406  errorMessages.put(ERROR_BLUETOOTH_INVALID_ADDRESS,
407  "The specified address is not a valid Bluetooth MAC address.");
408  errorMessages.put(ERROR_BLUETOOTH_NOT_PAIRED_DEVICE,
409  "The specified address is not a paired Bluetooth device.");
411  "The specified address is not the required class of device.");
412  errorMessages.put(ERROR_BLUETOOTH_INVALID_UUID,
413  "The UUID \"%s\" is not formatted correctly.");
414  errorMessages.put(ERROR_BLUETOOTH_UNABLE_TO_CONNECT,
415  "Unable to connect. Is the device turned on?");
416  errorMessages.put(ERROR_BLUETOOTH_UNABLE_TO_LISTEN,
417  "Unable to listen for a connection from a bluetooth device.");
418  errorMessages.put(ERROR_BLUETOOTH_UNABLE_TO_ACCEPT,
419  "Unable to accept a connection from a bluetooth device.");
420  errorMessages.put(ERROR_BLUETOOTH_COULD_NOT_DECODE,
421  "Could not decode \"%s\" as an integer.");
423  "Could not fit \"%s\" into 1 byte.");
425  "Could not fit \"%s\" into %s bytes.");
427  "Could not decode element %s as an integer.");
429  "Could not fit element %s into 1 byte.");
430  errorMessages.put(ERROR_BLUETOOTH_NOT_CONNECTED_TO_DEVICE,
431  "Not connected to a Bluetooth device.");
432  errorMessages.put(ERROR_BLUETOOTH_UNABLE_TO_WRITE,
433  "Unable to write: %s");
434  errorMessages.put(ERROR_BLUETOOTH_UNABLE_TO_READ,
435  "Unable to read: %s");
436  errorMessages.put(ERROR_BLUETOOTH_END_OF_STREAM,
437  "End of stream has been reached.");
438  errorMessages.put(ERROR_BLUETOOTH_UNSUPPORTED_ENCODING,
439  "The encoding %s is not supported.");
440  // ActivityStarter errors
442  "No corresponding activity was found.");
443  errorMessages.put(ERROR_ACTIVITY_STARTER_NO_ACTION_INFO,
444  "No Action information in ActivityStarter was found.");
445  // Media errors
446  errorMessages.put(ERROR_UNABLE_TO_LOAD_MEDIA,
447  "Unable to load %s.");
448  errorMessages.put(ERROR_UNABLE_TO_PREPARE_MEDIA,
449  "Unable to prepare %s.");
450  errorMessages.put(ERROR_UNABLE_TO_PLAY_MEDIA,
451  "Unable to play %s.");
452  errorMessages.put(ERROR_MEDIA_EXTERNAL_STORAGE_READONLY,
453  "External storage is available but read-only.");
455  "External storage is not available.");
456  errorMessages.put(ERROR_MEDIA_IMAGE_FILE_FORMAT,
457  "Image file name must end in \".jpg\", \".jpeg\", or \".png\".");
458  errorMessages.put(ERROR_MEDIA_CANNOT_OPEN,
459  "Cannot open file %s.");
460  errorMessages.put(ERROR_MEDIA_FILE_ERROR, "Got file error: %s.");
461  errorMessages.put(ERROR_UNABLE_TO_FOCUS_MEDIA,
462  "Unable to grant exclusive lock of audio output stream to %s.");
463  errorMessages.put(ERROR_SOUND_NOT_READY, "The sound is not ready to play: %s.");
464  errorMessages.put(ERROR_OUT_OF_MEMORY_LOADING_MEDIA, "Not Enough Memory to load: %s.");
465  errorMessages.put(ERROR_PLAYER_INVALID_VOLUME, "Invalid volume: %s. Volume must be set to a number between 0 and 100.");
466  // SoundRecorder errors
467  errorMessages.put(ERROR_SOUND_RECORDER, "An unexpected error occurred while recording sound.");
468  errorMessages.put(ERROR_SOUND_RECORDER_CANNOT_CREATE, "Cannot start recording: %s");
469  errorMessages.put(ERROR_SOUND_RECORDER_ILLEGAL_STOP, "Stop() called when not recording.");
470  errorMessages.put(ERROR_SOUND_RECORDER_MAX_DURATION_REACHED, "Maximum sound recording duration was reached.");
471  errorMessages.put(ERROR_SOUND_RECORDER_MAX_FILESIZE_REACHED, "Maximum sound recording size was reached.");
472  errorMessages.put(ERROR_SOUND_NO_PERMISSION, "RECORD_AUDIO permission denied");
473  // Form errors
474  errorMessages.put(ERROR_INVALID_SCREEN_ORIENTATION,
475  "The specified screen orientation is not valid: %s");
476  errorMessages.put(ERROR_SCREEN_NOT_FOUND, "Screen not found: %s");
477  errorMessages.put(ERROR_SCREEN_BAD_VALUE_RECEIVED,
478  "Bad value received from other screen: %s");
479  errorMessages.put(ERROR_SCREEN_BAD_VALUE_FOR_SENDING,
480  "Bad value for sending to other screen: %s");
481  errorMessages.put(ERROR_SCREEN_INVALID_ANIMATION,
482  "Bad value for screen open/close animation: %s");
483  errorMessages.put(ERROR_NO_FOCUSABLE_VIEW_FOUND,
484  "No Focusable View Found");
485  errorMessages.put(ERROR_ACTIONBAR_NOT_SUPPORTED,
486  "ActionBar is not supported on this device.");
487  errorMessages.put(ERROR_PERMISSION_DENIED,
488  "The permission %s has been denied. Please enable it in the Settings app.");
489  // Canvas errors
490  errorMessages.put(ERROR_CANVAS_BITMAP_ERROR, "Error getting Canvas contents to save");
491  errorMessages.put(ERROR_CANVAS_WIDTH_ERROR, "Canvas width cannot be set to non-positive number");
492  errorMessages.put(ERROR_CANVAS_HEIGHT_ERROR, "Canvas height cannot be set to non-positive number");
493  errorMessages.put(ERROR_CANVAS_DRAW_SHAPE_BAD_ARGUMENT, "Canvas cannot draw the shape with a bad point list");
494  // Web errors
495  errorMessages.put(ERROR_WEB_UNABLE_TO_GET,
496  "Unable to get a response with the specified URL: %s");
497  errorMessages.put(ERROR_WEB_UNSUPPORTED_ENCODING,
498  "The encoding %s is not supported.");
499  errorMessages.put(ERROR_WEB_UNABLE_TO_POST_OR_PUT,
500  "Unable to post or put the text \"%s\" with the specified URL: %s");
501  errorMessages.put(ERROR_WEB_UNABLE_TO_POST_OR_PUT_FILE,
502  "Unable to post or put the file \"%s\" with the specified URL %s.");
503  errorMessages.put(ERROR_WEB_JSON_TEXT_DECODE_FAILED,
504  "Unable to decode the JSON text: %s");
505  errorMessages.put(ERROR_WEB_HTML_TEXT_DECODE_FAILED,
506  "Unable to decode the HTML text: %s");
507  errorMessages.put(ERROR_WEB_XML_TEXT_DECODE_FAILED,
508  "Unable to decode the XML text: %s");
509  errorMessages.put(ERROR_WEB_MALFORMED_URL,
510  "The specified URL is not valid: %s");
511  errorMessages.put(ERROR_WEB_REQUEST_HEADER_NOT_LIST,
512  "The specified request headers are not valid: element %s is not a list");
514  "The specified request headers are not valid: element %s does not contain two elements");
515  errorMessages.put(ERROR_WEB_BUILD_REQUEST_DATA_NOT_LIST,
516  "Unable to build request data: element %s is not a list");
518  "Unable to build request data: element %s does not contain two elements");
519  errorMessages.put(ERROR_WEB_UNABLE_TO_DELETE,
520  "Unable to delete a resource with the specified URL: %s");
521  errorMessages.put(ERROR_WEB_REQUEST_TIMED_OUT,
522  "Took longer then timeout period to receive data from the URL: %s");
523  errorMessages.put(ERROR_WEB_JSON_TEXT_ENCODE_FAILED,
524  "Unable to encode as JSON the object %s");
525  // Contact picker (and PhoneNumberPicker) errors
526  errorMessages.put(ERROR_PHONE_UNSUPPORTED_CONTACT_PICKER,
527  "The software used in this app cannot extract contacts from this type of phone.");
529  "To pick contacts, pick them directly, without using search.");
530  // Camcorder errors
531  errorMessages.put(ERROR_NO_READ_CONTACTS_PERMISSION,
532  "READ_CONTACTS Permission was denied.");
533  errorMessages.put(ERROR_CAMCORDER_NO_CLIP_RETURNED,
534  "The camcorder did not return a clip.");
535  // VideoPlayer errors
536  errorMessages.put(ERROR_VIDEOPLAYER_FULLSCREEN_UNAVAILBLE,
537  "Cannot start fullscreen mode.");
538  errorMessages.put(ERROR_VIDEOPLAYER_FULLSCREEN_CANT_EXIT,
539  "Cannot exit fullscreen mode.");
541  "Fullscreen mode not supported on this version of Android.");
542  // Arrangement errors
544  "The value -- %s -- provided for HorizontalAlignment was bad. The only legal values " +
545  "are 1, 2, or 3.");
546  errorMessages.put(ERROR_BAD_VALUE_FOR_VERTICAL_ALIGNMENT,
547  "The value -- %s -- provided for VerticalAlignment was bad. The only legal values " +
548  "are 1, 2, or 3.");
549  errorMessages.put(ERROR_NO_SCANNER_FOUND,
550  "Your device does not have a scanning application installed.");
551  errorMessages.put(ERROR_CANNOT_SAVE_IMAGE,
552  "Unable to save image: %s");
553  errorMessages.put(ERROR_CANNOT_COPY_MEDIA,
554  "Unable to copy selected media: %s");
555  errorMessages.put(ERROR_NO_CAMERA_PERMISSION,
556  "Permission to use the Camera denied.");
557  // Texting errors
558  errorMessages.put(ERROR_BAD_VALUE_FOR_TEXT_RECEIVING,
559  "Text Receiving should be either 1, 2 or 3.");
560  errorMessages.put(ERROR_NO_SMS_PERMISSION,
561  "You do not have SEND_SMS permission");
562  errorMessages.put(ERROR_NO_SMS_RECEIVE_PERMISSION,
563  "You do not have RECEIVE_SMS permission");
564  errorMessages.put(ERROR_REPL_SECURITY_ERROR,
565  "Security Error Receiving Blocks from Browser.");
566  //AccelerometerSensor errors
568  "The value -- %s -- provided for AccelerometerSensor's sensitivity was bad. " +
569  "The only legal values are 1, 2, or 3.");
570  //Sharing errors
571  errorMessages.put(ERROR_FILE_NOT_FOUND_FOR_SHARING,
572  "The File %s could not be found on your device.");
573  //File Errors
574  errorMessages.put(ERROR_CANNOT_FIND_FILE, "The file %s could not be found");
575  errorMessages.put(ERROR_CANNOT_READ_FILE, "The file %s could not be opened");
576  errorMessages.put(ERROR_CANNOT_CREATE_FILE, "The file %s could not be created");
577  errorMessages.put(ERROR_CANNOT_WRITE_TO_FILE, "Cannot write to file %s");
578  errorMessages.put(ERROR_CANNOT_DELETE_ASSET, "Cannot delete asset file at %s");
579  errorMessages.put(ERROR_CANNOT_WRITE_ASSET, "Cannot write asset file at %s");
580  //Yandex.Translate translate Errors
581  errorMessages.put(ERROR_TRANSLATE_NO_KEY_FOUND, "Missing API key for the Yandex.Translate " +
582  "service.");
583  errorMessages.put(ERROR_TRANSLATE_SERVICE_NOT_AVAILABLE, "The translation service is not " +
584  "available; Please try again later.");
585  errorMessages.put(ERROR_TRANSLATE_JSON_RESPONSE, "The response from the Yandex.Translate " +
586  "service cannot be parsed; Please try again later.");
587  //TimePicker errors
588  errorMessages.put(ERROR_ILLEGAL_HOUR, "The hour must be set to a value between 0 and 23.");
589  errorMessages.put(ERROR_ILLEGAL_MINUTE, "The minute must be set to a value between 0 and 59.");
590  //DatePicker errors
591  errorMessages.put(ERROR_ILLEGAL_DATE, "The date you entered is invalid.");
592  errorMessages.put(ERROR_WEBVIEW_SSL_ERROR, "SSL Connection could not complete.");
593  // FusiontablesControl errors
594  errorMessages.put(FUSION_TABLES_QUERY_ERROR, "Fusion tables returned an error. The query was: %s. " +
595  "The response was: %s");
596  // TextToSpeech errors
597  errorMessages.put(ERROR_TTS_NOT_READY,
598  "TextToSpeech is not yet ready to perform this operation");
599  // AndroidViewComponent errors
600  errorMessages.put(ERROR_BAD_PERCENT, "Percent values should be between 0 and 100.");
601  // Image errors
602  errorMessages.put(ERROR_IMAGE_CANNOT_ROTATE,
603  "The version of Android on this device does not support image rotation.");
604  // Form errors signaled in runtime.scm. The error number used in runtime.scm to call
605  // signal-runtime-form-error must match the error number used here.
606  errorMessages.put(ERROR_DIVISION_BY_ZERO,
607  "Trying to divide %s by 0. The result might not be valid.");
608  errorMessages.put(ERROR_INDEX_MISSING_IN_LIST,
609  "Index %d out of bounds in list %s.");
610  errorMessages.put(ERROR_NUMBER_FORMAT_EXCEPTION,
611  "Expected a number for an index, but got \"%s\" instead.");
612  errorMessages.put(ERROR_INVALID_VALUE_IN_PATH,
613  "Expected a list or dictionary, but found a %s when walking path.");
614  // Extension errors
615  errorMessages.put(ERROR_EXTENSION_ERROR,
616  "Error %d in extension %s: %s");
617  // Map errors
618  errorMessages.put(ERROR_LINESTRING_TOO_FEW_POINTS,
619  "Need at least 2 points for a LineString. Got only %1$d.");
620  errorMessages.put(ERROR_LINESTRING_PARSE_ERROR,
621  "Parse error attempting to create LineString: %1$s.");
622  errorMessages.put(ERROR_LINESTRING_TOO_FEW_FIELDS,
623  "Too few fields in point. Expected 2, got %2$d.");
624  errorMessages.put(ERROR_POLYGON_PARSE_ERROR,
625  "Parse error attempting to create Polygon: %1$s.");
626  errorMessages.put(ERROR_INVALID_POINT,
627  "Invalid value for point (%1$s, %2$s).");
628  errorMessages.put(ERROR_INVALID_POINT_AT_INDEX,
629  "Invalid value for point at index %1$d (%2$s, %3$s).");
630  errorMessages.put(ERROR_INVALID_TYPE_AT_INDEX,
631  "Invalid type %2$s at index %1$d. Expected %3$s.");
633  "Invalid number of values in point at index %1$d. Expected %2$d but found %3$d.");
634  errorMessages.put(ERROR_INVALID_NUMBER_OF_VALUES_IN_POINT,
635  "Invalid number of values in point. Expected %1$d but found %2$d.");
636  errorMessages.put(ERROR_INVALID_TYPE,
637  "Invalid type %1$s. Expected %2$s.");
638  errorMessages.put(ERROR_INVALID_GEOJSON,
639  "Unable to parse GeoJSON content for the reason: %1$s.");
640  errorMessages.put(ERROR_EXCEPTION_DURING_MAP_SAVE,
641  "Unable to save Map due to an internal exception: %1$s.");
642  errorMessages.put(ERROR_INVALID_LATITUDE,
643  "Latitude %1$f was not in the expected range [-90, 90].");
644  errorMessages.put(ERROR_INVALID_LONGITUDE,
645  "Longitude %1$f was not in the expected range [-180, 180].");
646  errorMessages.put(ERROR_UNABLE_TO_CREATE_TILE_CACHE,
647  "Unable to create a tile cache for maps.");
648  errorMessages.put(ERROR_INVALID_ANCHOR_VERTICAL,
649  "Invalid value %1$d given for AnchorVertical. Valid settings are 1, 2, or 3.");
650  errorMessages.put(ERROR_INVALID_ANCHOR_HORIZONTAL,
651  "Invalid value %1$d given for AnchorHorizontal. Valid settings are 1, 2, or 3.");
653  "Invalid latitude %2$s in point at index %1$d. Expected a value between [-90, 90].");
655  "Invalid longitude %2$s in point at index %1$d. Expected a value between [-180, 180].");
656  errorMessages.put(ERROR_EXPECTED_ARRAY_AT_INDEX,
657  "Expected an array of values at index %1$d, but got %2$s.");
658  errorMessages.put(ERROR_INVALID_UNIT_SYSTEM,
659  "Invalid unit system %1$d given to ScaleUnits. Expected either 1 or 2.");
660 
661  // Phone Call errors
662  errorMessages.put(ERROR_NO_CALL_PERMISSION,
663  "You do not have permission to make phone calls.");
664 
665  // REPL errors
666  errorMessages.put(ERROR_UNABLE_TO_INSTALL_PACKAGE,
667  "Unable to launch the package installer for %1$s.");
668 
669  // Augmented Reality errors
670  errorMessages.put(ERROR_INVALID_CONFIGURATION_VALUE,
671  "Invalid value %1$d given for ARConfigurationType. Valid settings are 1, 2, or 3.");
672 
673  //SpeechRecognizer Errors
674  errorMessages.put(ERROR_AUDIO, "Audio Recording Error");
675  errorMessages.put(ERROR_CLIENT, "Client Side Error");
676  errorMessages.put(ERROR_INSUFFICIENT_PERMISSIONS, "Insufficient Permissions");
677  errorMessages.put(ERROR_NETWORK, "Network Error");
678  errorMessages.put(ERROR_NETWORK_TIMEOUT, "Network Timeout");
679  errorMessages.put(ERROR_NO_MATCH, "No Match");
680  errorMessages.put(ERROR_RECOGNIZER_BUSY, "RecognitionService Busy");
681  errorMessages.put(ERROR_SERVER, "Error From Server");
682  errorMessages.put(ERROR_SPEECH_TIMEOUT, "No Speech Input");
683 
684  // Serial
685  errorMessages.put(ERROR_SERIAL_NOT_INITIALIZED, "Serial was not initialized");
686  errorMessages.put(ERROR_SERIAL_WRITING, "Error writing data to serial");
687 
688  // Navigation Errors
689  errorMessages.put(ERROR_INVALID_API_KEY, "No api key provided");
690  errorMessages.put(ERROR_UNABLE_TO_REQUEST_DIRECTIONS,
691  "Unable to request directions. Reason: %s");
692  errorMessages.put(ERROR_ROUTING_SERVICE_ERROR, "Routing service failed with status %d %s");
693  errorMessages.put(ERROR_NO_ROUTE_FOUND, "No route returned by the routing service.");
694  }
695 
696  private ErrorMessages() {
697  }
698 
699  public static String formatMessage(int errorNumber, Object[] messageArgs) {
700  String format = errorMessages.get(errorNumber);
701  return String.format(format, messageArgs);
702  }
703 }
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_SET_STATUS_FAILED
static final int ERROR_TWITTER_SET_STATUS_FAILED
Definition: ErrorMessages.java:39
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SOUND_RECORDER_MAX_FILESIZE_REACHED
static final int ERROR_SOUND_RECORDER_MAX_FILESIZE_REACHED
Definition: ErrorMessages.java:110
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_POLYGON_PARSE_ERROR
static final int ERROR_POLYGON_PARSE_ERROR
Definition: ErrorMessages.java:233
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_SMS_PERMISSION
static final int ERROR_NO_SMS_PERMISSION
Definition: ErrorMessages.java:164
com.google.appinventor.components.runtime.util.ErrorMessages.formatMessage
static String formatMessage(int errorNumber, Object[] messageArgs)
Definition: ErrorMessages.java:699
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_UNSUPPORTED_LOGIN_FUNCTION
static final int ERROR_TWITTER_UNSUPPORTED_LOGIN_FUNCTION
Definition: ErrorMessages.java:34
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_DATA_TOO_LARGE
static final int ERROR_NXT_DATA_TOO_LARGE
Definition: ErrorMessages.java:60
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_FOLLOW_FAILED
static final int ERROR_TWITTER_FOLLOW_FAILED
Definition: ErrorMessages.java:44
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NETWORK_TIMEOUT
static final int ERROR_NETWORK_TIMEOUT
Definition: ErrorMessages.java:266
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_MESSAGE_TOO_LONG
static final int ERROR_NXT_MESSAGE_TOO_LONG
Definition: ErrorMessages.java:59
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEBVIEW_SSL_ERROR
static final int ERROR_WEBVIEW_SSL_ERROR
Definition: ErrorMessages.java:196
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SCREEN_BAD_VALUE_RECEIVED
static final int ERROR_SCREEN_BAD_VALUE_RECEIVED
Definition: ErrorMessages.java:115
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_UNABLE_TO_DELETE
static final int ERROR_WEB_UNABLE_TO_DELETE
Definition: ErrorMessages.java:139
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EXPECTED_ARRAY_AT_INDEX
static final int ERROR_EXPECTED_ARRAY_AT_INDEX
Definition: ErrorMessages.java:249
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SCREEN_BAD_VALUE_FOR_SENDING
static final int ERROR_SCREEN_BAD_VALUE_FOR_SENDING
Definition: ErrorMessages.java:116
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BAD_VALUE_FOR_VERTICAL_ALIGNMENT
static final int ERROR_BAD_VALUE_FOR_VERTICAL_ALIGNMENT
Definition: ErrorMessages.java:155
com.google.appinventor.components.runtime.util.ErrorMessages
Definition: ErrorMessages.java:17
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TRANSLATE_SERVICE_NOT_AVAILABLE
static final int ERROR_TRANSLATE_SERVICE_NOT_AVAILABLE
Definition: ErrorMessages.java:185
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_REQUEST_HEADER_NOT_TWO_ELEMENTS
static final int ERROR_WEB_REQUEST_HEADER_NOT_TWO_ELEMENTS
Definition: ErrorMessages.java:136
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_BUILD_REQUEST_DATA_NOT_TWO_ELEMENTS
static final int ERROR_WEB_BUILD_REQUEST_DATA_NOT_TWO_ELEMENTS
Definition: ErrorMessages.java:138
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_MEDIA_EXTERNAL_STORAGE_NOT_AVAILABLE
static final int ERROR_MEDIA_EXTERNAL_STORAGE_NOT_AVAILABLE
Definition: ErrorMessages.java:97
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_UNABLE_TO_LOAD_MEDIA
static final int ERROR_UNABLE_TO_LOAD_MEDIA
Definition: ErrorMessages.java:93
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_UNABLE_TO_PLAY_MEDIA
static final int ERROR_UNABLE_TO_PLAY_MEDIA
Definition: ErrorMessages.java:95
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_LONGITUDE_IN_POINT_AT_INDEX
static final int ERROR_INVALID_LONGITUDE_IN_POINT_AT_INDEX
Definition: ErrorMessages.java:248
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_NOT_REQUIRED_CLASS_OF_DEVICE
static final int ERROR_BLUETOOTH_NOT_REQUIRED_CLASS_OF_DEVICE
Definition: ErrorMessages.java:74
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_IMAGE_CANNOT_ROTATE
static final int ERROR_IMAGE_CANNOT_ROTATE
Definition: ErrorMessages.java:210
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_JSON_TEXT_DECODE_FAILED
static final int ERROR_WEB_JSON_TEXT_DECODE_FAILED
Definition: ErrorMessages.java:131
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_NOT_ENABLED
static final int ERROR_BLUETOOTH_NOT_ENABLED
Definition: ErrorMessages.java:71
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_LATITUDE
static final int ERROR_INVALID_LATITUDE
Definition: ErrorMessages.java:242
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_READ
static final int ERROR_BLUETOOTH_UNABLE_TO_READ
Definition: ErrorMessages.java:86
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_COULD_NOT_DECODE_ELEMENT
static final int ERROR_BLUETOOTH_COULD_NOT_DECODE_ELEMENT
Definition: ErrorMessages.java:82
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_RETURN_PACKAGE
static final int ERROR_NXT_INVALID_RETURN_PACKAGE
Definition: ErrorMessages.java:52
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_FILE_NOT_FOUND_FOR_SHARING
static final int ERROR_FILE_NOT_FOUND_FOR_SHARING
Definition: ErrorMessages.java:173
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EV3_NOT_CONNECTED_TO_ROBOT
static final int ERROR_EV3_NOT_CONNECTED_TO_ROBOT
Definition: ErrorMessages.java:214
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_CANNOT_DETECT_LIGHT
static final int ERROR_NXT_CANNOT_DETECT_LIGHT
Definition: ErrorMessages.java:67
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_SENSOR_PORT
static final int ERROR_NXT_INVALID_SENSOR_PORT
Definition: ErrorMessages.java:57
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_CONNECT
static final int ERROR_BLUETOOTH_UNABLE_TO_CONNECT
Definition: ErrorMessages.java:76
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_FUNCTIONALITY_NOT_SUPPORTED_CONTACT_EMAIL
static final int ERROR_FUNCTIONALITY_NOT_SUPPORTED_CONTACT_EMAIL
Definition: ErrorMessages.java:20
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_FOCUSABLE_VIEW_FOUND
static final int ERROR_NO_FOCUSABLE_VIEW_FOUND
Definition: ErrorMessages.java:118
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_OUT_OF_MEMORY_LOADING_MEDIA
static final int ERROR_OUT_OF_MEMORY_LOADING_MEDIA
Definition: ErrorMessages.java:103
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_COULD_NOT_FIT_ELEMENT_IN_BYTE
static final int ERROR_BLUETOOTH_COULD_NOT_FIT_ELEMENT_IN_BYTE
Definition: ErrorMessages.java:83
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_LONGITUDE
static final int ERROR_INVALID_LONGITUDE
Definition: ErrorMessages.java:243
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_UNABLE_TO_CREATE_TILE_CACHE
static final int ERROR_UNABLE_TO_CREATE_TILE_CACHE
Definition: ErrorMessages.java:244
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_LOCATION_NO_PERMISSION
static final int ERROR_LOCATION_NO_PERMISSION
Definition: ErrorMessages.java:28
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_PLAYER_INVALID_VOLUME
static final int ERROR_PLAYER_INVALID_VOLUME
Definition: ErrorMessages.java:104
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EV3_BLUETOOTH_NOT_SET
static final int ERROR_EV3_BLUETOOTH_NOT_SET
Definition: ErrorMessages.java:213
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_MOTOR_PORT
static final int ERROR_NXT_INVALID_MOTOR_PORT
Definition: ErrorMessages.java:56
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_FUNCTIONALITY_NOT_SUPPORTED_WIFI_DIRECT
static final int ERROR_FUNCTIONALITY_NOT_SUPPORTED_WIFI_DIRECT
Definition: ErrorMessages.java:24
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANNOT_CREATE_FILE
static final int ERROR_CANNOT_CREATE_FILE
Definition: ErrorMessages.java:178
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_BLANK_CONSUMER_KEY_OR_SECRET
static final int ERROR_TWITTER_BLANK_CONSUMER_KEY_OR_SECRET
Definition: ErrorMessages.java:35
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_LATITUDE_IN_POINT_AT_INDEX
static final int ERROR_INVALID_LATITUDE_IN_POINT_AT_INDEX
Definition: ErrorMessages.java:247
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_ERROR_CODE_RECEIVED
static final int ERROR_NXT_ERROR_CODE_RECEIVED
Definition: ErrorMessages.java:53
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_NOT_PAIRED_DEVICE
static final int ERROR_BLUETOOTH_NOT_PAIRED_DEVICE
Definition: ErrorMessages.java:73
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INDEX_MISSING_IN_LIST
static final int ERROR_INDEX_MISSING_IN_LIST
Definition: ErrorMessages.java:222
com.google.appinventor.components.runtime.util.ErrorMessages.FUSION_TABLES_QUERY_ERROR
static final int FUSION_TABLES_QUERY_ERROR
Definition: ErrorMessages.java:199
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_SOURCE_ARGUMENT
static final int ERROR_NXT_INVALID_SOURCE_ARGUMENT
Definition: ErrorMessages.java:63
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SCREEN_INVALID_ANIMATION
static final int ERROR_SCREEN_INVALID_ANIMATION
Definition: ErrorMessages.java:117
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_MEDIA_IMAGE_FILE_FORMAT
static final int ERROR_MEDIA_IMAGE_FILE_FORMAT
Definition: ErrorMessages.java:98
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_FUNCTIONALITY_NOT_SUPPORTED_EMAIL_PICKER
static final int ERROR_FUNCTIONALITY_NOT_SUPPORTED_EMAIL_PICKER
Definition: ErrorMessages.java:21
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_MEDIA_CANNOT_OPEN
static final int ERROR_MEDIA_CANNOT_OPEN
Definition: ErrorMessages.java:99
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANVAS_WIDTH_ERROR
static final int ERROR_CANVAS_WIDTH_ERROR
Definition: ErrorMessages.java:123
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CAMERA_NO_IMAGE_RETURNED
static final int ERROR_CAMERA_NO_IMAGE_RETURNED
Definition: ErrorMessages.java:30
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_AUTHORIZATION_FAILED
static final int ERROR_TWITTER_AUTHORIZATION_FAILED
Definition: ErrorMessages.java:38
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_DIRECT_MESSAGE_FAILED
static final int ERROR_TWITTER_DIRECT_MESSAGE_FAILED
Definition: ErrorMessages.java:43
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_PHONE_UNSUPPORTED_CONTACT_PICKER
static final int ERROR_PHONE_UNSUPPORTED_CONTACT_PICKER
Definition: ErrorMessages.java:144
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_ROUTING_SERVICE_ERROR
static final int ERROR_ROUTING_SERVICE_ERROR
Definition: ErrorMessages.java:279
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SOUND_RECORDER_CANNOT_CREATE
static final int ERROR_SOUND_RECORDER_CANNOT_CREATE
Definition: ErrorMessages.java:107
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_COULD_NOT_FIT_NUMBER_IN_BYTE
static final int ERROR_BLUETOOTH_COULD_NOT_FIT_NUMBER_IN_BYTE
Definition: ErrorMessages.java:80
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANVAS_BITMAP_ERROR
static final int ERROR_CANVAS_BITMAP_ERROR
Definition: ErrorMessages.java:122
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_GEOJSON
static final int ERROR_INVALID_GEOJSON
Definition: ErrorMessages.java:240
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_VALUE_IN_PATH
static final int ERROR_INVALID_VALUE_IN_PATH
Definition: ErrorMessages.java:224
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_NUMBER_OF_VALUES_IN_POINT
static final int ERROR_INVALID_NUMBER_OF_VALUES_IN_POINT
Definition: ErrorMessages.java:238
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_UNABLE_TO_POST_OR_PUT
static final int ERROR_WEB_UNABLE_TO_POST_OR_PUT
Definition: ErrorMessages.java:129
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_MALFORMED_URL
static final int ERROR_WEB_MALFORMED_URL
Definition: ErrorMessages.java:134
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_UNABLE_TO_GET_ACCESS_TOKEN
static final int ERROR_TWITTER_UNABLE_TO_GET_ACCESS_TOKEN
Definition: ErrorMessages.java:37
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_EXCEPTION
static final int ERROR_TWITTER_EXCEPTION
Definition: ErrorMessages.java:36
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BAD_VALUE_FOR_ACCELEROMETER_SENSITIVITY
static final int ERROR_BAD_VALUE_FOR_ACCELEROMETER_SENSITIVITY
Definition: ErrorMessages.java:170
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SERIAL_WRITING
static final int ERROR_SERIAL_WRITING
Definition: ErrorMessages.java:274
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_PROGRAM_NAME
static final int ERROR_NXT_INVALID_PROGRAM_NAME
Definition: ErrorMessages.java:54
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_SEARCH_FAILED
static final int ERROR_TWITTER_SEARCH_FAILED
Definition: ErrorMessages.java:47
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SOUND_RECORDER_MAX_DURATION_REACHED
static final int ERROR_SOUND_RECORDER_MAX_DURATION_REACHED
Definition: ErrorMessages.java:109
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TRANSLATE_JSON_RESPONSE
static final int ERROR_TRANSLATE_JSON_RESPONSE
Definition: ErrorMessages.java:186
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_ACTIVITY_STARTER_NO_CORRESPONDING_ACTIVITY
static final int ERROR_ACTIVITY_STARTER_NO_CORRESPONDING_ACTIVITY
Definition: ErrorMessages.java:90
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_FUNCTIONALITY_NOT_SUPPORTED_WEB_COOKIES
static final int ERROR_FUNCTIONALITY_NOT_SUPPORTED_WEB_COOKIES
Definition: ErrorMessages.java:23
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_READ_CONTACTS_PERMISSION
static final int ERROR_NO_READ_CONTACTS_PERMISSION
Definition: ErrorMessages.java:146
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EV3_INVALID_REPLY
static final int ERROR_EV3_INVALID_REPLY
Definition: ErrorMessages.java:215
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_COULD_NOT_DECODE
static final int ERROR_BLUETOOTH_COULD_NOT_DECODE
Definition: ErrorMessages.java:79
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_UNSUPPORTED_ENCODING
static final int ERROR_BLUETOOTH_UNSUPPORTED_ENCODING
Definition: ErrorMessages.java:88
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SOUND_RECORDER_ILLEGAL_STOP
static final int ERROR_SOUND_RECORDER_ILLEGAL_STOP
Definition: ErrorMessages.java:108
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_ACTIONBAR_NOT_SUPPORTED
static final int ERROR_ACTIONBAR_NOT_SUPPORTED
Definition: ErrorMessages.java:119
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_MATCH
static final int ERROR_NO_MATCH
Definition: ErrorMessages.java:267
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SOUND_NO_PERMISSION
static final int ERROR_SOUND_NO_PERMISSION
Definition: ErrorMessages.java:111
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_XML_TEXT_DECODE_FAILED
static final int ERROR_WEB_XML_TEXT_DECODE_FAILED
Definition: ErrorMessages.java:140
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_SMS_RECEIVE_PERMISSION
static final int ERROR_NO_SMS_RECEIVE_PERMISSION
Definition: ErrorMessages.java:165
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANNOT_SAVE_IMAGE
static final int ERROR_CANNOT_SAVE_IMAGE
Definition: ErrorMessages.java:159
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_POINT_AT_INDEX
static final int ERROR_INVALID_POINT_AT_INDEX
Definition: ErrorMessages.java:235
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_ACTIVITY_STARTER_NO_ACTION_INFO
static final int ERROR_ACTIVITY_STARTER_NO_ACTION_INFO
Definition: ErrorMessages.java:91
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_LINESTRING_TOO_FEW_FIELDS
static final int ERROR_LINESTRING_TOO_FEW_FIELDS
Definition: ErrorMessages.java:232
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_MAILBOX
static final int ERROR_NXT_INVALID_MAILBOX
Definition: ErrorMessages.java:58
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_RECOGNIZER_BUSY
static final int ERROR_RECOGNIZER_BUSY
Definition: ErrorMessages.java:268
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_LOCATION_SENSOR_LATITUDE_NOT_FOUND
static final int ERROR_LOCATION_SENSOR_LATITUDE_NOT_FOUND
Definition: ErrorMessages.java:26
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_DEFAULT
static final int ERROR_DEFAULT
Definition: ErrorMessages.java:18
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANNOT_READ_FILE
static final int ERROR_CANNOT_READ_FILE
Definition: ErrorMessages.java:177
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANNOT_WRITE_TO_FILE
static final int ERROR_CANNOT_WRITE_TO_FILE
Definition: ErrorMessages.java:179
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_UNSUPPORTED_ENCODING
static final int ERROR_WEB_UNSUPPORTED_ENCODING
Definition: ErrorMessages.java:128
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_ROUTE_FOUND
static final int ERROR_NO_ROUTE_FOUND
Definition: ErrorMessages.java:280
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BAD_VALUE_FOR_HORIZONTAL_ALIGNMENT
static final int ERROR_BAD_VALUE_FOR_HORIZONTAL_ALIGNMENT
Definition: ErrorMessages.java:154
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANNOT_COPY_MEDIA
static final int ERROR_CANNOT_COPY_MEDIA
Definition: ErrorMessages.java:160
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_STOP_FOLLOWING_FAILED
static final int ERROR_TWITTER_STOP_FOLLOWING_FAILED
Definition: ErrorMessages.java:45
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_COULD_NOT_DECODE_ELEMENT
static final int ERROR_NXT_COULD_NOT_DECODE_ELEMENT
Definition: ErrorMessages.java:61
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_REQUEST_HEADER_NOT_LIST
static final int ERROR_WEB_REQUEST_HEADER_NOT_LIST
Definition: ErrorMessages.java:135
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_SCANNER_FOUND
static final int ERROR_NO_SCANNER_FOUND
Definition: ErrorMessages.java:157
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_LINESTRING_PARSE_ERROR
static final int ERROR_LINESTRING_PARSE_ERROR
Definition: ErrorMessages.java:231
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_UNABLE_TO_INSTALL_PACKAGE
static final int ERROR_UNABLE_TO_INSTALL_PACKAGE
Definition: ErrorMessages.java:256
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_WRITE
static final int ERROR_BLUETOOTH_UNABLE_TO_WRITE
Definition: ErrorMessages.java:85
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_ILLEGAL_HOUR
static final int ERROR_ILLEGAL_HOUR
Definition: ErrorMessages.java:189
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_NOT_AVAILABLE
static final int ERROR_BLUETOOTH_NOT_AVAILABLE
Definition: ErrorMessages.java:70
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_CANT_EXIT
static final int ERROR_VIDEOPLAYER_FULLSCREEN_CANT_EXIT
Definition: ErrorMessages.java:151
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_REQUEST_FOLLOWERS_FAILED
static final int ERROR_TWITTER_REQUEST_FOLLOWERS_FAILED
Definition: ErrorMessages.java:41
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_TYPE
static final int ERROR_INVALID_TYPE
Definition: ErrorMessages.java:239
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_UNABLE_TO_REQUEST_DIRECTIONS
static final int ERROR_UNABLE_TO_REQUEST_DIRECTIONS
Definition: ErrorMessages.java:278
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANNOT_WRITE_ASSET
static final int ERROR_CANNOT_WRITE_ASSET
Definition: ErrorMessages.java:181
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EXTENSION_ERROR
static final int ERROR_EXTENSION_ERROR
Definition: ErrorMessages.java:227
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_UNABLE_TO_DOWNLOAD_FILE
static final int ERROR_NXT_UNABLE_TO_DOWNLOAD_FILE
Definition: ErrorMessages.java:65
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_AUDIO
static final int ERROR_AUDIO
Definition: ErrorMessages.java:262
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_UNAVAILBLE
static final int ERROR_VIDEOPLAYER_FULLSCREEN_UNAVAILBLE
Definition: ErrorMessages.java:150
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_PHONE_UNSUPPORTED_SEARCH_IN_CONTACT_PICKING
static final int ERROR_PHONE_UNSUPPORTED_SEARCH_IN_CONTACT_PICKING
Definition: ErrorMessages.java:145
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_BUILD_REQUEST_DATA_NOT_LIST
static final int ERROR_WEB_BUILD_REQUEST_DATA_NOT_LIST
Definition: ErrorMessages.java:137
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_CALL_PERMISSION
static final int ERROR_NO_CALL_PERMISSION
Definition: ErrorMessages.java:253
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_REQUEST_DIRECT_MESSAGES_FAILED
static final int ERROR_TWITTER_REQUEST_DIRECT_MESSAGES_FAILED
Definition: ErrorMessages.java:42
com.google.appinventor.components.runtime.Map< Integer, String >
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_INVALID_IMAGE_PATH
static final int ERROR_TWITTER_INVALID_IMAGE_PATH
Definition: ErrorMessages.java:48
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_JSON_TEXT_ENCODE_FAILED
static final int ERROR_WEB_JSON_TEXT_ENCODE_FAILED
Definition: ErrorMessages.java:142
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_UNABLE_TO_PREPARE_MEDIA
static final int ERROR_UNABLE_TO_PREPARE_MEDIA
Definition: ErrorMessages.java:94
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SOUND_NOT_READY
static final int ERROR_SOUND_NOT_READY
Definition: ErrorMessages.java:102
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_INVALID_ADDRESS
static final int ERROR_BLUETOOTH_INVALID_ADDRESS
Definition: ErrorMessages.java:72
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TRANSLATE_NO_KEY_FOUND
static final int ERROR_TRANSLATE_NO_KEY_FOUND
Definition: ErrorMessages.java:184
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_UNSUPPORTED
static final int ERROR_VIDEOPLAYER_FULLSCREEN_UNSUPPORTED
Definition: ErrorMessages.java:152
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_REQUEST_TIMED_OUT
static final int ERROR_WEB_REQUEST_TIMED_OUT
Definition: ErrorMessages.java:141
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_END_OF_STREAM
static final int ERROR_BLUETOOTH_END_OF_STREAM
Definition: ErrorMessages.java:87
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_COULD_NOT_FIT_NUMBER_IN_BYTES
static final int ERROR_BLUETOOTH_COULD_NOT_FIT_NUMBER_IN_BYTES
Definition: ErrorMessages.java:81
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_API_KEY
static final int ERROR_INVALID_API_KEY
Definition: ErrorMessages.java:277
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_NUMBER_OF_VALUES_IN_POINT_AT_INDEX
static final int ERROR_INVALID_NUMBER_OF_VALUES_IN_POINT_AT_INDEX
Definition: ErrorMessages.java:237
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_ANCHOR_HORIZONTAL
static final int ERROR_INVALID_ANCHOR_HORIZONTAL
Definition: ErrorMessages.java:246
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EXCEPTION_DURING_MAP_SAVE
static final int ERROR_EXCEPTION_DURING_MAP_SAVE
Definition: ErrorMessages.java:241
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANNOT_DELETE_ASSET
static final int ERROR_CANNOT_DELETE_ASSET
Definition: ErrorMessages.java:180
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_UNABLE_TO_GET
static final int ERROR_WEB_UNABLE_TO_GET
Definition: ErrorMessages.java:127
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BAD_PERCENT
static final int ERROR_BAD_PERCENT
Definition: ErrorMessages.java:205
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_LINESTRING_TOO_FEW_POINTS
static final int ERROR_LINESTRING_TOO_FEW_POINTS
Definition: ErrorMessages.java:230
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INSUFFICIENT_PERMISSIONS
static final int ERROR_INSUFFICIENT_PERMISSIONS
Definition: ErrorMessages.java:264
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_GENERATE_COLOR
static final int ERROR_NXT_INVALID_GENERATE_COLOR
Definition: ErrorMessages.java:68
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_PERMISSION_DENIED
static final int ERROR_PERMISSION_DENIED
Definition: ErrorMessages.java:120
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SCREEN_NOT_FOUND
static final int ERROR_SCREEN_NOT_FOUND
Definition: ErrorMessages.java:114
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NETWORK
static final int ERROR_NETWORK
Definition: ErrorMessages.java:265
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_UNABLE_TO_FOCUS_MEDIA
static final int ERROR_UNABLE_TO_FOCUS_MEDIA
Definition: ErrorMessages.java:101
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_INVALID_UUID
static final int ERROR_BLUETOOTH_INVALID_UUID
Definition: ErrorMessages.java:75
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SPEECH_TIMEOUT
static final int ERROR_SPEECH_TIMEOUT
Definition: ErrorMessages.java:270
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_ILLEGAL_MINUTE
static final int ERROR_ILLEGAL_MINUTE
Definition: ErrorMessages.java:190
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_NOT_CONNECTED_TO_ROBOT
static final int ERROR_NXT_NOT_CONNECTED_TO_ROBOT
Definition: ErrorMessages.java:51
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_FILE_NAME
static final int ERROR_NXT_INVALID_FILE_NAME
Definition: ErrorMessages.java:55
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NO_CAMERA_PERMISSION
static final int ERROR_NO_CAMERA_PERMISSION
Definition: ErrorMessages.java:31
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BAD_VALUE_FOR_TEXT_RECEIVING
static final int ERROR_BAD_VALUE_FOR_TEXT_RECEIVING
Definition: ErrorMessages.java:163
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_UNIT_SYSTEM
static final int ERROR_INVALID_UNIT_SYSTEM
Definition: ErrorMessages.java:250
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_INVALID_DESTINATION_ARGUMENT
static final int ERROR_NXT_INVALID_DESTINATION_ARGUMENT
Definition: ErrorMessages.java:64
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_REQUEST_MENTIONS_FAILED
static final int ERROR_TWITTER_REQUEST_MENTIONS_FAILED
Definition: ErrorMessages.java:40
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CAMCORDER_NO_CLIP_RETURNED
static final int ERROR_CAMCORDER_NO_CLIP_RETURNED
Definition: ErrorMessages.java:148
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_ILLEGAL_DATE
static final int ERROR_ILLEGAL_DATE
Definition: ErrorMessages.java:193
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NUMBER_FORMAT_EXCEPTION
static final int ERROR_NUMBER_FORMAT_EXCEPTION
Definition: ErrorMessages.java:223
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_POINT
static final int ERROR_INVALID_POINT
Definition: ErrorMessages.java:234
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_UNABLE_TO_POST_OR_PUT_FILE
static final int ERROR_WEB_UNABLE_TO_POST_OR_PUT_FILE
Definition: ErrorMessages.java:130
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_WEB_HTML_TEXT_DECODE_FAILED
static final int ERROR_WEB_HTML_TEXT_DECODE_FAILED
Definition: ErrorMessages.java:132
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_ANCHOR_VERTICAL
static final int ERROR_INVALID_ANCHOR_VERTICAL
Definition: ErrorMessages.java:245
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_ACCEPT
static final int ERROR_BLUETOOTH_UNABLE_TO_ACCEPT
Definition: ErrorMessages.java:78
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EV3_ILLEGAL_MOTOR_PORT
static final int ERROR_EV3_ILLEGAL_MOTOR_PORT
Definition: ErrorMessages.java:217
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EV3_ILLEGAL_ARGUMENT
static final int ERROR_EV3_ILLEGAL_ARGUMENT
Definition: ErrorMessages.java:216
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_LOCATION_SENSOR_LONGITUDE_NOT_FOUND
static final int ERROR_LOCATION_SENSOR_LONGITUDE_NOT_FOUND
Definition: ErrorMessages.java:27
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_MEDIA_EXTERNAL_STORAGE_READONLY
static final int ERROR_MEDIA_EXTERNAL_STORAGE_READONLY
Definition: ErrorMessages.java:96
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_EV3_ILLEGAL_SENSOR_PORT
static final int ERROR_EV3_ILLEGAL_SENSOR_PORT
Definition: ErrorMessages.java:218
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_REPL_SECURITY_ERROR
static final int ERROR_REPL_SECURITY_ERROR
Definition: ErrorMessages.java:168
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SERIAL_NOT_INITIALIZED
static final int ERROR_SERIAL_NOT_INITIALIZED
Definition: ErrorMessages.java:273
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANVAS_DRAW_SHAPE_BAD_ARGUMENT
static final int ERROR_CANVAS_DRAW_SHAPE_BAD_ARGUMENT
Definition: ErrorMessages.java:125
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_MEDIA_FILE_ERROR
static final int ERROR_MEDIA_FILE_ERROR
Definition: ErrorMessages.java:100
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_DIVISION_BY_ZERO
static final int ERROR_DIVISION_BY_ZERO
Definition: ErrorMessages.java:221
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANNOT_FIND_FILE
static final int ERROR_CANNOT_FIND_FILE
Definition: ErrorMessages.java:176
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_COULD_NOT_FIT_ELEMENT_IN_BYTE
static final int ERROR_NXT_COULD_NOT_FIT_ELEMENT_IN_BYTE
Definition: ErrorMessages.java:62
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_LISTEN
static final int ERROR_BLUETOOTH_UNABLE_TO_LISTEN
Definition: ErrorMessages.java:77
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_CANNOT_DETECT_COLOR
static final int ERROR_NXT_CANNOT_DETECT_COLOR
Definition: ErrorMessages.java:66
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TTS_NOT_READY
static final int ERROR_TTS_NOT_READY
Definition: ErrorMessages.java:202
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_CONFIGURATION_VALUE
static final int ERROR_INVALID_CONFIGURATION_VALUE
Definition: ErrorMessages.java:259
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_BLUETOOTH_NOT_CONNECTED_TO_DEVICE
static final int ERROR_BLUETOOTH_NOT_CONNECTED_TO_DEVICE
Definition: ErrorMessages.java:84
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_SCREEN_ORIENTATION
static final int ERROR_INVALID_SCREEN_ORIENTATION
Definition: ErrorMessages.java:113
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_NXT_BLUETOOTH_NOT_SET
static final int ERROR_NXT_BLUETOOTH_NOT_SET
Definition: ErrorMessages.java:50
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_FUNCTIONALITY_NOT_SUPPORTED_FUSIONTABLES_CONTROL
static final int ERROR_FUNCTIONALITY_NOT_SUPPORTED_FUSIONTABLES_CONTROL
Definition: ErrorMessages.java:22
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SOUND_RECORDER
static final int ERROR_SOUND_RECORDER
Definition: ErrorMessages.java:106
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_TWITTER_REQUEST_FRIEND_TIMELINE_FAILED
static final int ERROR_TWITTER_REQUEST_FRIEND_TIMELINE_FAILED
Definition: ErrorMessages.java:46
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CANVAS_HEIGHT_ERROR
static final int ERROR_CANVAS_HEIGHT_ERROR
Definition: ErrorMessages.java:124
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_SERVER
static final int ERROR_SERVER
Definition: ErrorMessages.java:269
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_INVALID_TYPE_AT_INDEX
static final int ERROR_INVALID_TYPE_AT_INDEX
Definition: ErrorMessages.java:236
com.google.appinventor.components.runtime.util.ErrorMessages.ERROR_CLIENT
static final int ERROR_CLIENT
Definition: ErrorMessages.java:263