Skip to content

error types normalization

Compare
Choose a tag to compare
@1pkg 1pkg released this 24 Jan 19:03
· 15 commits to master since this release
f2c9e37

All untyped errors were replaced with two major error types:

  • ErrorThreshold which defines error type that occurs if throttler reaches specified threshold.
  • ErrorInternal which defines error type that occurs if throttler internal error happens.