ReasonType

Objective-C

enum ReasonType : NSInteger {}

Swift

enum ReasonType : Int, @unchecked Sendable

Constants indicating the reason type.

  • There is not enough space on disk.

    Declaration

    Objective-C

    ReasonNoDiskSpace = 0

    Swift

    case noDiskSpace = 0
  • Worldwide road map versions are incompatible with current SDK version. SDK must be updated to the latest version.

    Declaration

    Objective-C

    ReasonExpiredSDK

    Swift

    case expiredSDK = 1