implemented gRPC ParseError function that maps a gRPC error to a FailError or Error instance, added RawErrorHandler interface and its implementations, modified encoders, decoders and handlers to use FailError and Error structs, modified Router and added AddEndpointHandler and AddExactEndpointHandler methods
v0.12.0 test: implemented gRPC ParseError function that maps a gRPC error to …