Module: MineStat::Retval

Defined in:
lib/minestat.rb

Overview

These constants represent the result of a server request

Constant Summary collapse

SUCCESS =

The server ping completed successfully

0
CONNFAIL =

The server ping failed due to a connection error

-1
TIMEOUT =

The server ping failed due to a connection time out

-2
UNKNOWN =

The server ping failed for an unknown reason

-3