mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat: improve electron sandbox (#14156)
This commit is contained in:
@@ -4,7 +4,8 @@ import { GraphQLError as BaseGraphQLError } from 'graphql';
|
||||
export type ErrorName =
|
||||
| keyof typeof ErrorNames
|
||||
| 'NETWORK_ERROR'
|
||||
| 'CONTENT_TOO_LARGE';
|
||||
| 'CONTENT_TOO_LARGE'
|
||||
| 'REQUEST_ABORTED';
|
||||
|
||||
export interface UserFriendlyErrorResponse {
|
||||
status: number;
|
||||
|
||||
Reference in New Issue
Block a user