# Functions
StatusError converts error to status.Error if applicable.
# Constants
ErrMalformedMethod indicates that the method is malformed.
ErrMethodNotBidirectionalStream indicates that the GRPC method is not a bidirectional-stream kind.
ErrMethodNotClientStream indicates that the GRPC method is not a client-stream kind.
ErrMethodNotFound indicates that the GRPC method is not described in the server.
ErrMethodNotServerStream indicates that the GRPC method is not a server-stream kind.
ErrMethodNotUnary indicates that the GRPC method is not a unary kind.
ErrUnsupportedDataType represents that the data type is not supported.