Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

another unhelpful error message #389

Open
blampe opened this issue Mar 18, 2016 · 0 comments
Open

another unhelpful error message #389

blampe opened this issue Mar 18, 2016 · 0 comments

Comments

@blampe
Copy link
Contributor

blampe commented Mar 18, 2016

tchannel in build
Unconsumed error None
elif message.message_type == Types.ERROR:
    context = self.message_buffer.pop(message.id, None)
    if context is None:
        log.warn('Unconsumed error %s', context)
        return None
    else:
        error = TChannelError.from_code(
            message.code,
            description=message.description,
            tracing=context.tracing,
        )

        context.set_exception(error)
        return error```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant