SaverError enumeration

Last modified: September 29, 2014

Applies to: Office 365 | OneDrive

In this article
#sectionSection0
Defined in
Package

Enumerates all of the possible errors that could result in a SaverException class being thrown.

Name

Description

Cancelled

The saver was cancelled by the user.

CouldNotAccessFile

The URI to the file could not be accessed.

InvalidFileName

The file could not be saved onto OneDrive because the filename contained unsupported characters.

NoFileSpecified

No file was specified to be saved, or the file URI scheme was not supported. Currently supported schemes include content:// and file://.

NoNetworkConnectivity

No network connectivity was available when the attempt was made to save the file.

OutOfQuota

The OneDrive account did not have enough space available to save the file.

Unknown

The error type was unknown.

SaverError.java

Show: