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

another unhelpful error message #389

@blampe

Description

@blampe
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```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions