Skip to content

Commit

Permalink
feat(core): adds 'ServerGateway' as ServerErrorCode
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Oct 24, 2019
1 parent 6074e8b commit 018c64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type ClientErrorCode =
export type ServerErrorCode =
| 'ServerError'
| 'ServerNotImplemented'
| 'ServerGateway'
| 'ServerUnavailable'
| 'ServerTimeout';

Expand Down

0 comments on commit 018c64f

Please sign in to comment.