Skip to content

Commit 449ecc7

Browse files
committed
update section title
1 parent 7a79a53 commit 449ecc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documents/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*__Jump To:__*
44
* [Where should I start](#where-should-i-start)
55
* [How do I enable logging](#how-do-i-enable-logging)
6-
* [What does the AwsCrtError mean](#what-does-the-awscrterror-mean)
6+
* [How do I get more information from an error code](#how-do-i-get-more-information-from-an-error-code)
77
* [Installation Issues](#installation-issues)
88
* [I keep getting AWS_ERROR_MQTT_UNEXPECTED_HANGUP](#i-keep-getting-aws_error_mqtt_unexpected_hangup)
99
* [I am experiencing deadlocks](#i-am-experiencing-deadlocks)
@@ -27,7 +27,7 @@ io.init_logging(io.LogLevel.Error, 'stderr')
2727
```
2828
You can also enable [CloudWatch logging](https://docs.aws.amazon.com/iot/latest/developerguide/cloud-watch-logs.html) for IoT which will provide you with additional information that is not available on the client side sdk.
2929

30-
### What does the AwsCrtError mean?
30+
### How do I get more information from an error code?
3131

3232
When you encounter an `AwsCrtError`, you can get error details using `str()` or `repr()`:
3333

0 commit comments

Comments
 (0)