mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
feat(server): add requestId to all error response (#9790)
This commit is contained in:
@@ -95,6 +95,7 @@ function toWebsocketError(error: UserFriendlyError) {
|
||||
name: error.name.toUpperCase(),
|
||||
message: error.message,
|
||||
data: error.data,
|
||||
requestId: error.requestId,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user