Skip to content

Commit

Permalink
feat: add RpcFailure + MalformedSchema error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumGrindle committed May 20, 2024
1 parent 40d95b1 commit b646fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ export enum ErrorCode {
TimeoutError = 1009,
UnauthorizedError = 1010,
ValidationError = 1011,
RpcFailure = 1012,
MalformedSchema = 1013
}

0 comments on commit b646fa1

Please sign in to comment.