exceptions

exception steam.exceptions.SteamError(message, eresult=EResult.Fail)

Bases: Exception

General error that also carries EResult code

eresult

EResult

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

Bases: SteamError

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