enum Steamcr::EDenyReason

Defined in:

steamd/enums.cr

Enum Members

INVALID_VERSION = 1
GENERIC = 2
NOT_LOGGED_ON = 3
NO_LICENSE = 4
CHEATER = 5
LOGGED_IN_ELSE_WHERE = 6
UNKNOWN_TEXT = 7
INCOMPATIBLE_ANTICHEAT = 8
MEMORY_CORRUPTION = 9
INCOMPATIBLE_SOFTWARE = 10
STEAM_CONNECTION_LOST = 11
STEAM_CONNECTION_ERROR = 12
STEAM_RESPONSE_TIMED_OUT = 13
STEAM_VALIDATION_STALLED = 14
STEAM_OWNER_LEFT_GUEST_USER = 15

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def cheater? #

[View source]
def generic? #

[View source]
def incompatible_anticheat? #

[View source]
def incompatible_software? #

[View source]
def invalid_version? #

[View source]
def logged_in_else_where? #

[View source]
def memory_corruption? #

[View source]
def no_license? #

[View source]
def not_logged_on? #

[View source]
def steam_connection_error? #

[View source]
def steam_connection_lost? #

[View source]
def steam_owner_left_guest_user? #

[View source]
def steam_response_timed_out? #

[View source]
def steam_validation_stalled? #

[View source]
def to_io(io, format) #

[View source]
def unknown_text? #

[View source]