office.js link to error code list (#36007)

This commit is contained in:
Rick-Kirkham 2019-06-07 18:15:26 -07:00 committed by Andrew Casey
parent 33e9721d70
commit 65bb6bafd8
2 changed files with 2 additions and 2 deletions

View File

@ -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;
/**

View File

@ -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;
/**