TestErrorChange

This commit is contained in:
Alex Jerabek
2018-05-17 13:42:36 -07:00
parent 131650c616
commit 7ccb318b17

View File

@@ -148,6 +148,8 @@ declare namespace Office {
}
/**
* Provides specific information about an error that occurred during an asynchronous data operation.
*
* Remarks: The Error object is accessed from the AsyncResult object that is returned in the function passed as the callback argument of an asynchronous data operation, such as the setSelectedDataAsync method of the Document object.
*/
export interface Error {
/**