Package apple.safariservices.enums
Class SFErrorCode
- java.lang.Object
-
- apple.safariservices.enums.SFErrorCode
-
public final class SFErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longLoadingInterruptedstatic longNoAttachmentFoundstatic longNoExtensionFound
-
-
-
Field Detail
-
NoExtensionFound
public static final long NoExtensionFound
- See Also:
- Constant Field Values
-
NoAttachmentFound
public static final long NoAttachmentFound
- See Also:
- Constant Field Values
-
LoadingInterrupted
public static final long LoadingInterrupted
- See Also:
- Constant Field Values
-
-