You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/10/05 15:35:00 UTC

[jira] [Work logged] (BEAM-12969) [Playground] Define and implement errors of the application

     [ https://issues.apache.org/jira/browse/BEAM-12969?focusedWorklogId=660398&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-660398 ]

ASF GitHub Bot logged work on BEAM-12969:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Oct/21 15:34
            Start Date: 05/Oct/21 15:34
    Worklog Time Spent: 10m 
      Work Description: AydarZaynutdinov commented on pull request #15615:
URL: https://github.com/apache/beam/pull/15615#issuecomment-934519117


   R: @damondouglas


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 660398)
    Time Spent: 50m  (was: 40m)

> [Playground] Define and implement errors of the application
> -----------------------------------------------------------
>
>                 Key: BEAM-12969
>                 URL: https://issues.apache.org/jira/browse/BEAM-12969
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-playground
>            Reporter: Artur Khanin
>            Assignee: Aydar Zaynutdinov
>            Priority: P3
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
>  The server app should have the following errors defined for the corresponding cases:
>  * *InvalidArgument* – e.g. empty input code.
>  * *NotFound* – e.g. _jobId_ doesn't exist.
>  * *Internal* – e.g. some internal error on the server.
> The errors above should be Implemented as Go errors in one file. For example:
>  
> {code:java}
> func InvalidArgumentError(title string, message string) error {
>     status.Errorf(codes.InvalidArgument, title + " " + message)
> }{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)