Skip to content

Commit ba5e318

Browse files
committed
Changing param type in doc
1 parent 78a7dad commit ba5e318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphErrorHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class GraphErrorHandler {
5555
* @static
5656
* @async
5757
* 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
58+
* @param {GraphAPIErrorResponse} graphError - The error possibly returned by graph service or some native error
5959
* @param {number} statusCode - The status code of the response
6060
* @returns A promise that resolves to GraphError instance
6161
*

0 commit comments

Comments
 (0)