InitError

public enum InitError : LocalizedError, Equatable

Enum representing the error of the result of the init callback parameter in initialize(appKey:initSettings:initCallback:mediationCallback:).

  • The initialization request failed.

    Declaration

    Swift

    case requestFailed
  • An invalid reinitialization action with a different appKey than previously provided was attempted

    Declaration

    Swift

    case reinit(current: String, new: String)
  • Integer representation of the InitError enum cases

    Declaration

    Swift

    public var errorCode: Int { get }
  • Declaration

    Swift

    public var errorDescription: String? { get }