SFErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates errors that that Safari can encounter when working with content blockers or app extensions.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SFErrorCode
type SFErrorCode =
- Inheritance
-
SFErrorCode
- Attributes
Fields
LoadingInterrupted | 3 | An error occurred that prevented the blocker or extension from loading. |
NoAttachmentFound | 2 | The blocker returned an extension item that did not contain an attachment. |
NoExtensionFound | 1 | No blocker or extension was found for the specified bundle ID, or the specified extension is owned by someone else. |
Ok | 0 | No error occurred. |