enum

Geode::Config::Error::Code

Inherits Enum / Comparable / Value / Object

Constants

NotFound = 0
ParseException = 1

Instance methods

not_found?

Returns true if this enum value equals NotFound

Source
parse_exception?

Returns true if this enum value equals ParseException

Source