v0.0.1-alpha.9.1
radekg
released this
12 Dec 18:13
·
36 commits
to master
since this release
New:
Implements error types properly. There are following error types available now:
CDCError
: wrapsCDCErrorPB
ConsensusError
: wrapsConsensusErrorPB
MasterError
: wrapsMasterErrorPB
PerOpError
: wrapsPerOpErrorPB
(requires tests)RemoteBootstrapError
: wrapsRemoteBootstrapErrorPB
TabletServerError
: wrapsTabletServerErrorPB
Built-in default client implementation handles those so there is no need to check if the response payload has an Error
.