Add notification and submission tracking for the QueryManager
This commit is contained in:
parent
bd301d69fb
commit
723bcf8735
2 changed files with 40 additions and 14 deletions
|
|
@ -34,6 +34,7 @@
|
|||
},
|
||||
"notifs": {
|
||||
"error": {
|
||||
"missing-id": "An ID must be provided",
|
||||
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
|
||||
"unknown-socket-event": "An unknown socket event was received: {event}",
|
||||
"malformed-socket-payload": "Socket event \"{event}\" received with malformed payload. Details: {details}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue