Skip to content

Commit 3ba6baa

Browse files
committed
Fixed docstring link
1 parent 1fa994d commit 3ba6baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

errors/Errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class AuthorizationError extends HttpError {}
3838
export class NotFoundError extends HttpError {}
3939

4040
/**
41-
* Thrown on HTTP response for a timed-out operation (usually {@link HttpStatusCode.Timeout}).
41+
* Thrown on HTTP response for a timed-out operation (usually {@link HttpStatusCode.RequestTimeout}).
4242
*/
4343
export class TimeoutError extends HttpError {}
4444

0 commit comments

Comments
 (0)