MASDKAdsDisplayError

public enum MASDKAdsDisplayError : String, MiniAppErrorProtocol

Enumeration that is used to differentiate the Custom permission errors

  • Unknown Error

    Declaration

    Swift

    case unknownError = "UKNOWN_ERROR"
  • Host app failed to implement required interface

    Declaration

    Swift

    case failedToConformToProtocol = "FAILED_TO_CONFORM_PROTOCOL"
  • Third party ads SDK failed to load

    Declaration

    Swift

    case sdkError
  • Ad is not ready to be displayed

    Declaration

    Swift

    case adNotLoaded
  • Ad identifiers not provided or wrong request parameters format

    Declaration

    Swift

    case adIdError
  • Failed to get a reward from ad displaying

    Declaration

    Swift

    case rewardFailure
  • The host controller is not able to display the ad

    Declaration

    Swift

    case hostUIError
  • Detailed Description for every MASDKAdsDisplayError

    Declaration

    Swift

    public var description: String { get }