Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • L Legal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Security and Compliance
  • Legal
  • Merge requests
  • !91

populate the correct error message thrown by the bottom layer when validating the legal tag

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mingyang Zhu requested to merge fix-error-message into master Jan 12, 2021
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

It is related to issue: #3 (closed)

In the previous MR, we fix the fail open bug and let the service throw AppException when it has trouble reading the partition Legal_COO.json file. However, there is one API calls the Legal_COO.json reader inside the validator and will return different error message if the bottom layer throws the exception. In this fix, we catch it and populate the correct error message.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-error-message