io.github.finagle.serial.scodec
Add support for encoding and decoding an exception.
Add support for encoding and decoding an exception.
This currently only supports errors that can be created given a string representing a message.
A convenience class for building codecs for application errors.
Note that this API is experimental, and is only relevant if your service throws exceptions. Building a service that returns errors as first-class values is generally preferrable.