enum TorControl::Reply::Status

Defined in:

tor_control.cr

Enum Members

OK = 250_u16
OperationWasUnnecessary = 251_u16

Tor has declined to perform the operation, but no harm was done.

ResourceExhausted = 451_u16
ProtocolSyntaxError = 500_u16
UnrecognizedCommand = 510_u16
UnimplementedCommand = 511_u16
SyntaxErrorInCommandArgument = 512_u16
UnrecognizedCommandArgument = 513_u16
AuthenticationRequired = 514_u16
BadAuthentication = 515_u16
UnspecifiedtorError = 550_u16
InternalError = 551_u16

Something went wrong inside Tor, so that the client’s request couldn’t be fulfilled.

UnrecognizedEntity = 552_u16

A configuration key, a stream ID, circuit ID, event, mentioned in the command did not actually exist.

InvalidConfigurationValue = 553_u16

The client tried to set a configuration option to an incorrect, ill-formed, or impossible value.

InvalidDescriptor = 554_u16
UnmanagedEntity = 555_u16
AsynchronousEventNotification = 650_u16

Instance Method Summary

Instance Method Detail

def async? #

def asynchronous_event_notification? #

Returns true if this enum value equals AsynchronousEventNotification


def authentication_required? #

Returns true if this enum value equals AuthenticationRequired


def bad_authentication? #

Returns true if this enum value equals BadAuthentication


def internal_error? #

Returns true if this enum value equals InternalError


def invalid_configuration_value? #

Returns true if this enum value equals InvalidConfigurationValue


def invalid_descriptor? #

Returns true if this enum value equals InvalidDescriptor


def negative? #

def ok? #

Returns true if this enum value equals OK


def operation_was_unnecessary? #

Returns true if this enum value equals OperationWasUnnecessary


def permanent_negative? #

def positive? #

def protocol_syntax_error? #

Returns true if this enum value equals ProtocolSyntaxError


def resource_exhausted? #

Returns true if this enum value equals ResourceExhausted


def syntax_error_in_command_argument? #

Returns true if this enum value equals SyntaxErrorInCommandArgument


def temporary_negative? #

def unimplemented_command? #

Returns true if this enum value equals UnimplementedCommand


def unmanaged_entity? #

Returns true if this enum value equals UnmanagedEntity


def unrecognized_command? #

Returns true if this enum value equals UnrecognizedCommand


def unrecognized_command_argument? #

Returns true if this enum value equals UnrecognizedCommandArgument


def unrecognized_entity? #

Returns true if this enum value equals UnrecognizedEntity


def unspecifiedtor_error? #

Returns true if this enum value equals UnspecifiedtorError