globalmapper.strerror ============================ .. currentmodule:: globalmapper .. py:function:: strerror (uint32 code) -> err_name 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 :data:`Utility Constants documentation page`. :param uint32 code: A numeric error code (0-84) :returns: A name for the error code :rtype: string