MAErrorCodes.h 802 B

123456789101112131415161718192021222324252627282930313233343536
  1. //
  2. // MAErrorCodes.h
  3. // AppLovinSDK
  4. //
  5. // Created by Thomas So on 8/27/18.
  6. // Copyright © 2020 AppLovin Corporation. All rights reserved.
  7. //
  8. /**
  9. * @file MAErrorCodes.h
  10. */
  11. /**
  12. * No ads are currently eligible for your device.
  13. */
  14. #define kMAErrorCodeNoFill 204
  15. /**
  16. * The system is in unexpected state.
  17. */
  18. #define kMAErrorCodeUnspecifiedError -1
  19. /**
  20. * The internal state of the SDK is invalid. There are various ways this can occur.
  21. */
  22. #define kMAErrorCodeInvalidInternalState -5201
  23. /**
  24. * The ad failed to load due to no networks being able to fill.
  25. */
  26. #define kMAErrorCodeMediationAdapterLoadFailed -5001
  27. /**
  28. * An attempt to show a fullscreen ad (interstitial or rewarded) was made while another fullscreen ad is still showing.
  29. */
  30. #define kMAErrorCodeFullscreenAdAlreadyShowing -23