Skip to content

Support returning gRPC Error Codes from handlers #207

@hamdio

Description

@hamdio

Currently when an error is thrown from a gRPC handler, GrpcInputSource treats the error as generic Error type and returns as UNKNOWN_ERROR. But grpc api has a richer error definition here.
So it's better grpc input source to check error type returned from handler and use status code if exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    M-grpcThis issue is related to the gRPC moduleP2Priority 2enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions