Skip to content
Snippets Groups Projects
  • Chris Truter's avatar
    f022ed81
    Consistent error handling for both NQA interfaces (#49023) · f022ed81
    Chris Truter authored
    This standards on a "just maps" approach to returning disabled, disallowed, or failed query analysis. This is as opposed to the hodgepodge approach of significant `nil`, untagged unions with keywords, and exceptions.
    
    Essentially we have a classic "either" style tagged union, where `:error` is the tag.
    Consistent error handling for both NQA interfaces (#49023)
    Chris Truter authored
    This standards on a "just maps" approach to returning disabled, disallowed, or failed query analysis. This is as opposed to the hodgepodge approach of significant `nil`, untagged unions with keywords, and exceptions.
    
    Essentially we have a classic "either" style tagged union, where `:error` is the tag.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.