Details

    • Sub-task
    • Status: Resolved
    • P3
    • Resolution: Implemented
    • None
    • Missing
    • beam-playground
    • None

    Description

       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:

       

      func InvalidArgumentError(title string, message string) error {
          status.Errorf(codes.InvalidArgument, title + " " + message)
      }

       

      Attachments

        Issue Links

          Activity

            People

              Aydar Zaynutdinov Aydar Zaynutdinov
              Artur.Khanin Artur Khanin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1.5h
                  1.5h