From 7ccb318b17d8c96bb27e4abd0b859ff609f3f551 Mon Sep 17 00:00:00 2001 From: Alex Jerabek Date: Thu, 17 May 2018 13:42:36 -0700 Subject: [PATCH] TestErrorChange --- types/office-js/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index d0eaf593c5..cee60e05fc 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -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 { /**