DenyReason

Swift
public enum DenyReason: CUnsignedInt, Sendable

Steamworks EDenyReason


Topics

case invalid

Steamworks k_EDenyInvalid

Declaration
Swift
case invalid = 0

case invalidVersion

Steamworks k_EDenyInvalidVersion

Declaration
Swift
case invalidVersion = 1

case generic

Steamworks k_EDenyGeneric

Declaration
Swift
case generic = 2

case notLoggedOn

Steamworks k_EDenyNotLoggedOn

Declaration
Swift
case notLoggedOn = 3

case noLicense

Steamworks k_EDenyNoLicense

Declaration
Swift
case noLicense = 4

case cheater

Steamworks k_EDenyCheater

Declaration
Swift
case cheater = 5

case loggedInElseWhere

Steamworks k_EDenyLoggedInElseWhere

Declaration
Swift
case loggedInElseWhere = 6

case unknownText

Steamworks k_EDenyUnknownText

Declaration
Swift
case unknownText = 7

case incompatibleAnticheat

Steamworks k_EDenyIncompatibleAnticheat

Declaration
Swift
case incompatibleAnticheat = 8

case memoryCorruption

Steamworks k_EDenyMemoryCorruption

Declaration
Swift
case memoryCorruption = 9

case incompatibleSoftware

Steamworks k_EDenyIncompatibleSoftware

Declaration
Swift
case incompatibleSoftware = 10

case steamConnectionLost

Steamworks k_EDenySteamConnectionLost

Declaration
Swift
case steamConnectionLost = 11

case steamConnectionError

Steamworks k_EDenySteamConnectionError

Declaration
Swift
case steamConnectionError = 12

case steamResponseTimedOut

Steamworks k_EDenySteamResponseTimedOut

Declaration
Swift
case steamResponseTimedOut = 13

case steamValidationStalled

Steamworks k_EDenySteamValidationStalled

Declaration
Swift
case steamValidationStalled = 14

case steamOwnerLeftGuestUser

Steamworks k_EDenySteamOwnerLeftGuestUser

Declaration
Swift
case steamOwnerLeftGuestUser = 15

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 16