public final class ADClientError
extends java.lang.Object
[@const] ADClientErrorUnknown This is not used and should never be returned.
[@const] ADClientErrorTrackingRestrictedOrDenied The user is restricted or has denied tracking for the calling application.
[@const] ADClientErrorLimitAdTracking This is deprecated, please use ADClientErrorTrackingRestrictedOrDenied.
[@const] ADClientErrorMissingData The downloaded app received a payload lacking enough data to perform an attribution check.
[@const] ADClientErrorCorruptResponse The response received from the Attribution Server was corrupt.
[@const] ADClientErrorRequestClientError The response received from the Attribution Server had an HTTP 4xx status code.
[@const] ADClientErrorRequestServerError The response received from the Attribution Server had an HTTP 5xx status code.
[@const] ADClientErrorRequestNetworkError The communication with the Attribution Server had a network error. The underlying error will be provided in the user info dictionary if available.
[@const] ADClientErrorUnsupportedPlatform The attribution API was called on an unsupported platform. Only iOS and iPadOS are supported.
Error codes for NSErrors passed to the completionHandler block when calling the requestAttributionDetailsWithBlock: method.
| Modifier and Type | Field and Description |
|---|---|
static long |
CorruptResponse |
static long |
LimitAdTracking
Deprecated.
|
static long |
MissingData |
static long |
RequestClientError |
static long |
RequestNetworkError |
static long |
RequestServerError |
static long |
TrackingRestrictedOrDenied |
static long |
Unknown
Deprecated.
|
static long |
UnsupportedPlatform |
@Deprecated public static final long Unknown
@Deprecated public static final long LimitAdTracking
public static final long MissingData
public static final long CorruptResponse
public static final long TrackingRestrictedOrDenied
public static final long RequestClientError
public static final long RequestServerError
public static final long RequestNetworkError
public static final long UnsupportedPlatform