Enumerates values returned by several types.
Syntax
public enum ObbError
Remarks
Enumerates value returned by the following:
.
Members
| Member Name | Description |
|---|
| AlreadyMounted | The OBB has already been mounted. Returned in status messages from calls
made via Android.OS.Storage.StorageManager |
| CouldNotMount | The OBB could not be mounted by the system. Returned in status messages
from calls made via Android.OS.Storage.StorageManager |
| CouldNotUnmount | The OBB could not be unmounted. This most likely indicates that a file is
in use on the OBB. Returned in status messages from calls made via
Android.OS.Storage.StorageManager |
| Internal | There was an internal system error encountered while trying to mount the
OBB. Returned in status messages from calls made via
Android.OS.Storage.StorageManager |
| NotMounted | A call was made to unmount the OBB when it was not mounted. Returned in
status messages from calls made via Android.OS.Storage.StorageManager |
| PermissionDenied | The current application does not have permission to use this OBB. This
could be because the OBB indicates it's owned by a different package or
some other error. Returned in status messages from calls made via
Android.OS.Storage.StorageManager |
Requirements
Namespace: Android.OS.Storage
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0