Skip to content

Commit 9151d28

Browse files
authored
fix wrong Severity code in docs
1 parent 5d26410 commit 9151d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IMPLEMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Emitted when a track throws an exception.
408408
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
409409
| `COMMON` | The cause is known and expected, indicates that there is nothing wrong with the library itself |
410410
| `SUSPICIOUS` | The cause might not be exactly known, but is possibly caused by outside factors. For example when an outside service responds in a format that we do not expect |
411-
| `FATAL` | If the probable cause is an issue with the library or when there is no way to tell what the cause might be. This is the default level and other levels are used in cases where the thrower has more in-depth knowledge about the error |
411+
| `FAULT` | If the probable cause is an issue with the library or when there is no way to tell what the cause might be. This is the default level and other levels are used in cases where the thrower has more in-depth knowledge about the error |
412412

413413
<details>
414414
<summary>Example Payload</summary>

0 commit comments

Comments
 (0)