Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7837647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T14:46:04+00:00 2026-06-02T14:46:04+00:00

I have a feeling this may be stupid question, but I can’t come to

  • 0

I have a feeling this may be stupid question, but I can’t come to the simple solution that I’m sure exists.

I have a C# class that validates a configuration file against some other file.

There may be two kinds of errors, which are represented in an enum:

public enum ErrorType
{
    VersionsMismatch,
    UnsupportedCombination
}

There is a struct representing the error:

 public struct ValiditionResult
    {
        public bool Valid { get; set; }
        public string ErrorMessage { get; set; }
        public ErrorType ErrorType { get; set; }
        public List<ConfProperties> InvalidProperties {get;set;}
    }

The function interface look like this:

 public ValiditionResult Validate(string confFile, string progFile)

The struct represents the fixes required in the files.

So if there are two types of fixes, it should be specified.

What is the best way to indicate all the errors occured (there may be more than two in the future)?

To return a list of the ValidationResult struct? to make some XOR of the Enum? Any other idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T14:46:06+00:00Added an answer on June 2, 2026 at 2:46 pm

    You could mark your enum with the attribute [Flags]

    see http://msdn.microsoft.com/en-us/library/system.flagsattribute.aspx for more info.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a feeling this is a stupid question but I can't find the
This may be an incredibly stupid question, but I have a web application that
I have a feeling I may already know the answer to this question, but
I have a feeling that I'm missing something simple here but can't seem to
I have a feeling that me asking this question may suggest that my design
I have the feeling the answer to this question is no but I figured
So, this may be a really stupid question, but I'm obviously missing something here.
I have a feeling this should be a common requirement, but I can't work
I have a feeling this may be related to C syntax, but I started
I have the feeling this has a really simple solution and I'm just suffering

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.