exceptions

exception steam.exceptions.SteamError(message, eresult=<EResult.Fail: 2>)

Bases: Exception

General error that also carries EResult code

eresult = None

EResult

exception steam.exceptions.ManifestError(message, app_id, depot_id, manifest_gid, error=None)

Bases: steam.exceptions.SteamError

Raised when there a problem getting a manifest by CDNClient Encapsulates original exception in error and includes manifest details