enum Steamcr::EDRMBlobDownloadErrorDetail

Defined in:

steamd/enums.cr

Enum Members

NONE = 0
DOWNLOAD_FAILED = 1
TARGET_LOCKED = 2
OPEN_ZIP = 3
READ_ZIP_DIRECTORY = 4
UNEXPECTED_ZIP_ENTRY = 5
UNZIP_FULL_FILE = 6
UNKNOWN_BLOB_TYPE = 7
UNZIP_STRIPS = 8
UNZIP_MERGE_GUID = 9
UNZIP_SIGNATURE = 10
APPLY_STRIPS = 11
APPLY_MERGE_GUID = 12
APPLY_SIGNATURE = 13
APP_ID_MISMATCH = 14
APP_ID_UNEXPECTED = 15
APPLIED_SIGNATURE_CORRUPT = 16
APPLY_VALVE_SIGNATURE_HEADER = 17
UNZIP_VALVE_SIGNATURE_HEADER = 18
PATH_MANIPULATION_ERROR = 19
TARGET_LOCKED_BASE = 65536
TARGET_LOCKED_MAX = 131071
NEXT_BASE = 131072

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def app_id_mismatch? #

[View source]
def app_id_unexpected? #

[View source]
def applied_signature_corrupt? #

[View source]
def apply_merge_guid? #

[View source]
def apply_signature? #

[View source]
def apply_strips? #

[View source]
def apply_valve_signature_header? #

[View source]
def download_failed? #

[View source]
def next_base? #

[View source]
def none? #

[View source]
def open_zip? #

[View source]
def path_manipulation_error? #

[View source]
def read_zip_directory? #

[View source]
def target_locked? #

[View source]
def target_locked_base? #

[View source]
def target_locked_max? #

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

[View source]
def unexpected_zip_entry? #

[View source]
def unknown_blob_type? #

[View source]
def unzip_full_file? #

[View source]
def unzip_merge_guid? #

[View source]
def unzip_signature? #

[View source]
def unzip_strips? #

[View source]
def unzip_valve_signature_header? #

[View source]