mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(server): self-hosted worker (#10085)
This commit is contained in:
@@ -247,6 +247,10 @@ export const USER_FRIENDLY_ERRORS = {
|
||||
type: 'resource_not_found',
|
||||
message: 'Resource not found.',
|
||||
},
|
||||
bad_request: {
|
||||
type: 'bad_request',
|
||||
message: 'Bad request.',
|
||||
},
|
||||
|
||||
// Input errors
|
||||
query_too_long: {
|
||||
|
||||
Reference in New Issue
Block a user