enum Zap::ErrorCodes

Defined in:

constants.cr

Enum Members

EARLY_EXIT = 1
INSTALL_COMMAND_FAILED = 2
RESOLVER_ERROR = 3
INSTALLER_ERROR = 4

Instance Method Summary

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Instance Method Detail

def early_exit? #

[View source]
def install_command_failed? #

[View source]
def installer_error? #

[View source]
def resolver_error? #

[View source]