def Get_error_string(errorcode): return _mpi.error_string(errorcode)
def Get_error_string(self): return _mpi.error_string(int(self))
def __str__(self): return _mpi.error_string(int(self))