-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Programming ArcGIS with Python Cookbook, Second Edition
By :
All errors and warnings generate a specific error code. It is possible to check for specific error codes in your scripts and perform some type of action based on these errors. This can make your scripts even more versatile.
All errors and warnings generated by a geoprocessing tool contain both a six-digit code and a description. Your script can test for specific error codes and respond accordingly. You can get a listing of all the available error messages and codes in the ArcGIS for Desktop help system by navigating to Geoprocessing | Tool errors and warnings. This is illustrated in the following screenshot. All errors have a unique page that briefly describes the error by the code number:

Follow these steps to learn how to write code that responds to specific error codes generated by the execution of a geoprocessing tools:
Open the ArcGIS for Desktop help system by navigating to Start | All Programs | ArcGIS |...
Change the font size
Change margin width
Change background colour