enum

MinknowApi::RunUntil::ErrorUpdate::ErrorCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
INVALID_CRITERIA = 1
OTHER_ERROR = 15

Instance methods

invalid_criteria?

Returns true if this enum value equals INVALID_CRITERIA

Source
none?

Returns true if this enum value equals NONE

Source
other_error?

Returns true if this enum value equals OTHER_ERROR

Source