enum Pipe::CommandError

Defined in:

pipe/commands/base_command.cr

Enum Members

None = 0
UnknownCommand = 1
NotFound = 2
QueryError = 3
InternalError = 4
ShuttingDown = 5
PolicyReject = 6
InvalidFormat = 7
InvalidMetaKey = 8
InvalidMetaValue = 9

Instance Method Summary

Instance Method Detail

def internal_error? #

[View source]
def invalid_format? #

[View source]
def invalid_meta_key? #

[View source]
def invalid_meta_value? #

[View source]
def none? #

[View source]
def not_found? #

[View source]
def policy_reject? #

[View source]
def query_error? #

[View source]
def shutting_down? #

[View source]
def unknown_command? #

[View source]