You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Daniel Oliveira (JIRA)" <ji...@apache.org> on 2019/04/23 00:00:35 UTC

[jira] [Work started] (BEAM-7087) Create an errors package for Go SDK

     [ https://issues.apache.org/jira/browse/BEAM-7087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on BEAM-7087 started by Daniel Oliveira.
---------------------------------------------
> Create an errors package for Go SDK
> -----------------------------------
>
>                 Key: BEAM-7087
>                 URL: https://issues.apache.org/jira/browse/BEAM-7087
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>            Reporter: Daniel Oliveira
>            Assignee: Daniel Oliveira
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We can't import an established errors package such as github.com/pkg/errors due to how the Go SDK is currently implemented, so instead we should have our own package. This package should provide the following to be worth replacing the basic errors we currently use.
>  # A way to wrap other errors without losing the original error, as in [https://github.com/pkg/errors]
>  # Making printed errors more legible than currently. (For ex. having different wrapped errors on different lines, differentiating between errors and context, etc.)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)