We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a7dad commit ba5e318Copy full SHA for ba5e318
src/GraphErrorHandler.ts
@@ -55,7 +55,7 @@ export class GraphErrorHandler {
55
* @static
56
* @async
57
* Populates the GraphError instance from the Error returned by graph service
58
- * @param {any} graphError - The error possibly returned by graph service or some native error
+ * @param {GraphAPIErrorResponse} graphError - The error possibly returned by graph service or some native error
59
* @param {number} statusCode - The status code of the response
60
* @returns A promise that resolves to GraphError instance
61
*
0 commit comments