Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • S seismic-dms-cpp-lib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • 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
  • Domain Data Management Services
  • Seismic
  • Seismic DMS Suite
  • seismic-dms-cpp-lib
  • Merge requests
  • !104

defeat: improve error handling

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Sid Stenersen requested to merge slb/ss/exc into master Nov 08, 2021
  • Overview 2
  • Commits 38
  • Pipelines 38
  • Changes 80

(squash merge failed)

Introduces a new exception system for the SDAPI.

  • Backwards compatible
  • Adds detail to exception classes
  • Allows future detail additions to existing exception classes

README.md in the sdapi repository has a section on use and migration.

34 new exception classes replaces 14 old ones.

The 14 old exception classes are each matched to a specific new exception class, which in turn may have subclasses for finer problem detection.

Edited Nov 15, 2021 by Sid Stenersen
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: slb/ss/exc