mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
feat(nbstore): add blob sync storage (#10752)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import type { ErrorDataUnion, ErrorNames } from '@affine/graphql';
|
||||
import { GraphQLError as BaseGraphQLError } from 'graphql';
|
||||
|
||||
export type ErrorName = keyof typeof ErrorNames | 'NETWORK_ERROR';
|
||||
export type ErrorName =
|
||||
| keyof typeof ErrorNames
|
||||
| 'NETWORK_ERROR'
|
||||
| 'CONTENT_TOO_LARGE';
|
||||
|
||||
export interface UserFriendlyErrorResponse {
|
||||
status: number;
|
||||
|
||||
Reference in New Issue
Block a user