diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 05f9c9bcbe..819edb7590 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -653,7 +653,7 @@ declare namespace Office { */ interface Error { /** - * Gets the numeric code of the error. + * Gets the numeric code of the error. For a list of error codes, see {@link https://docs.microsoft.com/office/dev/add-ins/reference/javascript-api-for-office-error-codes | JavaScript API for Office error codes}. */ code: number; /** diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index a3fda4d9b4..2e5efa1641 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -646,7 +646,7 @@ declare namespace Office { */ interface Error { /** - * Gets the numeric code of the error. + * Gets the numeric code of the error. For a list of error codes, see {@link https://docs.microsoft.com/office/dev/add-ins/reference/javascript-api-for-office-error-codes | JavaScript API for Office error codes}. */ code: number; /**