POBErrorCode Constants Reference
Declared in | POBDataTypes.h |
---|
POBErrorCode
Error codes PubMatic SDK gives in error callback.
Definition
typedef NS_ENUM(NSInteger, POBErrorCode ) {
POBErrorInvalidRequest = 1001,
POBErrorNoAds,
POBErrorNetworkError,
POBErrorServerError,
POBErrorTimeout,
POBErrorInternalError,
POBErrorInvalidResponse,
POBErrorRequestCancelled,
POBErrorRenderError,
POBSignalingError,
POBErrorAdExpired,
POBErrorAdRequestNotAllowed,
POBErrorInitFailed,
POBErrorAdAlreadyShown = 2001,
POBErrorAdNotReady = 2002,
POBErrorClientSideAuctionLost = 3001,
POBErrorAdServerAuctionLost,
POBErrorAdNotUsed,
POBErrorNoPartnerDetails = 4001,
POBErrorInvalidRewardSelected = 5001,
};
Constants
POBErrorInvalidRequest
-
Invalid ad request. e.g, missing or invalid parameters
Declared In
POBDataTypes.h
. POBErrorNoAds
-
There was no ads available to deliver for ad request.
Declared In
POBDataTypes.h
. POBErrorNetworkError
-
There was an error while retrieving the data from the network.
Declared In
POBDataTypes.h
. POBErrorServerError
-
Failed to process ad request by Ad Server.
Declared In
POBDataTypes.h
. POBErrorTimeout
-
Ad request was timed out
Declared In
POBDataTypes.h
. POBErrorInternalError
-
Internal error
Declared In
POBDataTypes.h
. POBErrorInvalidResponse
-
Invalid ad response. SDK does not able to parse the response received from Server.
Declared In
POBDataTypes.h
. POBErrorRequestCancelled
-
Ad request gets cancelled.
Declared In
POBDataTypes.h
. POBErrorRenderError
-
There was some issue while rendering the creative.
Declared In
POBDataTypes.h
. POBSignalingError
-
Ad server SDK sent unexpectd/delayed partner bid win response
Declared In
POBDataTypes.h
. POBErrorAdExpired
-
Indicates ad is expired
Declared In
POBDataTypes.h
. POBErrorAdRequestNotAllowed
-
Indicates ad request not allowed for device’s current country
Declared In
POBDataTypes.h
. POBErrorInitFailed
-
Indicates the
OpenWrapSDKInit
failedDeclared In
POBDataTypes.h
. POBErrorAdAlreadyShown
-
Indicates ad is already shown
Declared In
POBDataTypes.h
. POBErrorAdNotReady
-
Indicated ad is not ready to show yet
Declared In
POBDataTypes.h
. POBErrorClientSideAuctionLost
-
Bid lost the client auction between OpenWrap server side partners and client side partners-
Declared In
POBDataTypes.h
. POBErrorAdServerAuctionLost
-
Bid won the auction between OpenWrap partners but lost the primary ad server’s auction
Declared In
POBDataTypes.h
. POBErrorAdNotUsed
-
Bid won the auction but never used.
Declared In
POBDataTypes.h
. POBErrorNoPartnerDetails
-
Indicates that partner details are not found
Declared In
POBDataTypes.h
. POBErrorInvalidRewardSelected
-
Indicates invalid reward selection
Declared In
POBDataTypes.h
.
Declared In
POBDataTypes.h