Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
feat: add routing for Conflict errors (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju authored Aug 24, 2021
1 parent 50b0a7e commit 0b135ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface BatchReadWriteResponse {
lastModified: string;
}

export type BatchReadWriteErrorType = 'USER_ERROR' | 'SYSTEM_ERROR';
export type BatchReadWriteErrorType = 'USER_ERROR' | 'SYSTEM_ERROR' | 'CONFLICT_ERROR';
export interface BundleResponse {
readonly success: boolean;
readonly errorType?: BatchReadWriteErrorType;
Expand Down

0 comments on commit 0b135ee

Please sign in to comment.