strerror¶
- globalmapper.strerror(uint32 code) err_name [source]¶
Translates an error code returned from a function as an integer into a readable string description. These descriptions are the same as can be found on the
Utility Constants documentation page
.- Parameters:
code (uint32) – A numeric error code (0-84)
- Returns:
A name for the error code
- Return type:
string