You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
2
2
<H1>Siren React Inbox</H1>
3
3
4
-
<aname="introduction"></a>
5
-
6
4
## Overview
7
5
8
6
The `@siren/react-inbox` sdk is a comprehensive and customizable React UI kit for displaying and managing notifications. This documentation provides comprehensive information on how to install, configure, and use the sdk effectively.
@@ -251,7 +249,7 @@ Given below are all possible error codes thrown by sdk.
251
249
| INVALID_RECIPIENT_ID | Invalid recipient id | The recipient id passed in the provider is invalid |
252
250
| TOKEN_VERIFICATION_FAILED | This operation requires a valid token | Verification of the given tokens has failed |
253
251
| GENERIC_API_ERROR | Api error | Occurrence of an unexpected api error |
254
-
|SIREN_OBJECT_NOT_FOUND| Siren Object Not found | Attempting to invoke the functions outside the siren inbox context|
252
+
|OUTSIDE_SIREN_CONTEXT| Trying to invoke function outside the siren context| Attempting to invoke the functions outside the siren inbox context|
255
253
| MISSING_PARAMETER | Missing Parameter | The required parameter is missing |
0 commit comments