enum
TorControl::Reply::Status
Defined in:
tor_control.crEnum 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
- #async?
-
#asynchronous_event_notification?
Returns
trueif this enum value equalsAsynchronousEventNotification -
#authentication_required?
Returns
trueif this enum value equalsAuthenticationRequired -
#bad_authentication?
Returns
trueif this enum value equalsBadAuthentication -
#internal_error?
Returns
trueif this enum value equalsInternalError -
#invalid_configuration_value?
Returns
trueif this enum value equalsInvalidConfigurationValue -
#invalid_descriptor?
Returns
trueif this enum value equalsInvalidDescriptor - #negative?
-
#ok?
Returns
trueif this enum value equalsOK -
#operation_was_unnecessary?
Returns
trueif this enum value equalsOperationWasUnnecessary - #permanent_negative?
- #positive?
-
#protocol_syntax_error?
Returns
trueif this enum value equalsProtocolSyntaxError -
#resource_exhausted?
Returns
trueif this enum value equalsResourceExhausted -
#syntax_error_in_command_argument?
Returns
trueif this enum value equalsSyntaxErrorInCommandArgument - #temporary_negative?
-
#unimplemented_command?
Returns
trueif this enum value equalsUnimplementedCommand -
#unmanaged_entity?
Returns
trueif this enum value equalsUnmanagedEntity -
#unrecognized_command?
Returns
trueif this enum value equalsUnrecognizedCommand -
#unrecognized_command_argument?
Returns
trueif this enum value equalsUnrecognizedCommandArgument -
#unrecognized_entity?
Returns
trueif this enum value equalsUnrecognizedEntity -
#unspecifiedtor_error?
Returns
trueif this enum value equalsUnspecifiedtorError
Instance Method Detail
Returns true if this enum value equals AsynchronousEventNotification
Returns true if this enum value equals SyntaxErrorInCommandArgument
Returns true if this enum value equals UnrecognizedCommandArgument