Update content for got and stack-trace (#2284)
* Update 104-got.md * Update 100-stack-trace.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2274/head^2
parent
13f2c6c470
commit
52841adab4
2 changed files with 14 additions and 4 deletions
@ -1,7 +1,8 @@ |
||||
# Stack trace |
||||
# Stack Trace |
||||
|
||||
If any error occurs during the execution of the program, Stack trace will be displayed automatically by the JVM for its indication. All the active stack frames at a particular instance during the execution of the program can be traced by the stack trace. This is very helpful for the debuggers because during the code debugging, we can easily identify at which point the error had occurred. |
||||
The stack trace is used to trace the active stack frames at a particular instance during the execution of a program. The stack trace is useful while debugging code as it shows the exact point that has caused an error. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/what-is-stacktrace-and-how-to-print-in-node-js/'>What is Stack trace?</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.cloudhadoop.com/nodejs-print-stack-trace-error/'>Multiple ways to log the stack trace in node.js</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/what-is-stacktrace-and-how-to-print-in-node-js/'>What is stacktrace and how to print in node.js?</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.cloudhadoop.com/nodejs-print-stack-trace-error/'>Multiple ways to log the stack trace in node.js</BadgeLink> |
||||
|
@ -1 +1,10 @@ |
||||
# Got |
||||
# Got |
||||
|
||||
Got is a lighter, human-friendly, and powerful HTTP request library explicitly designed to work with Node.js. It supports pagination, RFC compliant caching, makes an API request again if it fails, supports cookies out of the box, etc. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
|
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.npmjs.com/package/got'>Official Documentation</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://rapidapi.com/guides/call-apis-got'>How to consume APIs using GOT in Node.js?</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://blog.logrocket.com/5-ways-to-make-http-requests-in-node-js/'>5 ways to make HTTP requests in Node.js |
||||
</BadgeLink> |
||||
|
Loading…
Reference in new issue