enum

Crig::EvalError::Kind

Inherits Enum < Comparable < Value < Object

Constants

FieldCannotBeNull = 0
Custom = 1

Instance methods

custom?

Returns true if this enum value equals Custom

Source
field_cannot_be_null?

Returns true if this enum value equals FieldCannotBeNull

Source