Package apple.linkpresentation.enums
Class LPErrorCode
- java.lang.Object
-
- apple.linkpresentation.enums.LPErrorCode
-
public final class LPErrorCode extends java.lang.ObjectConstants used by NSError to indicate errors in the LinkPresentation domain.
-
-
Field Summary
Fields Modifier and Type Field Description static longMetadataFetchCancelledLPErrorMetadataFetchCancelled indicates that the metadata fetch was cancelled by the client.static longMetadataFetchFailedLPErrorMetadataFetchFailed indicates that a metadata fetch failed.static longMetadataFetchTimedOutLPErrorMetadataFetchTimedOut indicates that the metadata fetch took longer than allowed.static longUnknownLPErrorUnknown indicates that an unknown error occurred.
-
-
-
Field Detail
-
Unknown
public static final long Unknown
LPErrorUnknown indicates that an unknown error occurred.- See Also:
- Constant Field Values
-
MetadataFetchFailed
public static final long MetadataFetchFailed
LPErrorMetadataFetchFailed indicates that a metadata fetch failed. This can be due to network conditions, server availability, or any number of other causes.- See Also:
- Constant Field Values
-
MetadataFetchCancelled
public static final long MetadataFetchCancelled
LPErrorMetadataFetchCancelled indicates that the metadata fetch was cancelled by the client.- See Also:
- Constant Field Values
-
MetadataFetchTimedOut
public static final long MetadataFetchTimedOut
LPErrorMetadataFetchTimedOut indicates that the metadata fetch took longer than allowed.- See Also:
- Constant Field Values
-
-