Class LPErrorCode


  • public final class LPErrorCode
    extends java.lang.Object
    Constants used by NSError to indicate errors in the LinkPresentation domain.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long MetadataFetchCancelled
      LPErrorMetadataFetchCancelled indicates that the metadata fetch was cancelled by the client.
      static long MetadataFetchFailed
      LPErrorMetadataFetchFailed indicates that a metadata fetch failed.
      static long MetadataFetchTimedOut
      LPErrorMetadataFetchTimedOut indicates that the metadata fetch took longer than allowed.
      static long Unknown
      LPErrorUnknown indicates that an unknown error occurred.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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