MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetLastErrorNo

Method GetLastErrorNo

swig/java/javadoc.java:309–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 * if there are no posted errors.
308 */
309public class gdal:public static int GetLastErrorNo()
310
311
312/**
313 * Fetch the last error type.
314 * <p>
315 * This is the error class, not the error number.
316 *
317 * @return the error number of the last error to occur, or gdalconst.CE_None (0)
318 * if there are no posted errors.
319 */
320public class gdal:public static int GetLastErrorType()
321
322/**

Callers 5

test_png_8Function · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
printLastErrorMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_png_8Function · 0.64
printLastErrorMethod · 0.64