mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
office.js link to error code list (#36007)
This commit is contained in:
parent
33e9721d70
commit
65bb6bafd8
2
types/office-js-preview/index.d.ts
vendored
2
types/office-js-preview/index.d.ts
vendored
@ -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;
|
||||
/**
|
||||
|
||||
2
types/office-js/index.d.ts
vendored
2
types/office-js/index.d.ts
vendored
@ -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;
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user