public final class PHPhotosError
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AccessRestricted
Access restricted by system configuration
|
static long |
AccessUserDenied
The user has denied access
|
static long |
ChangeNotSupported
The change request is not supported as configured
|
static long |
IdentifierNotFound
Identifier was not found
|
static long |
InternalError
An unknown, internal error occured
|
static long |
Invalid
DEPRECATED An unknown error occured
|
static long |
InvalidResource
Asset resource validation failed
|
static long |
LibraryVolumeOffline
The photo library is unavailable because the file system volume that contains it is not mounted (register for PHPhotoLibraryAvailabilityObserver)
|
static long |
MissingResource
Asset resource missing
|
static long |
MultipleIdentifiersFound
More than one identifier was found
|
static long |
NetworkAccessRequired
The request for an asset resource failed because network access is required, set networkAccessAllowed = YES to enable network access
|
static long |
NotEnoughSpace
Not enough space to perform the requested change
|
static long |
OperationInterrupted
Operation was interrupted and could not be completed, transient error
|
static long |
RelinquishingLibraryBundleToWriter
The photo library became unavailable because the user moved, renamed, or deleted the system photo library (register for PHPhotoLibraryAvailabilityObserver)
|
static long |
RequestNotSupportedForAsset
The request could not be completed because it is not supported for the specified asset
|
static long |
SwitchingSystemPhotoLibrary
The photo library became unavailable because the user switched the system photo library (register for PHPhotoLibraryAvailabilityObserver)
|
static long |
UserCancelled
The user cancelled the asset resource or editing request
|
public static final long Invalid
public static final long UserCancelled
public static final long LibraryVolumeOffline
public static final long RelinquishingLibraryBundleToWriter
public static final long SwitchingSystemPhotoLibrary
public static final long NetworkAccessRequired
public static final long InternalError
public static final long IdentifierNotFound
public static final long MultipleIdentifiersFound
public static final long ChangeNotSupported
public static final long OperationInterrupted
public static final long InvalidResource
public static final long MissingResource
public static final long NotEnoughSpace
public static final long RequestNotSupportedForAsset
public static final long AccessRestricted
public static final long AccessUserDenied