Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reason could be more specific for some situations #548

Open
JoeBatt1989 opened this issue Oct 31, 2022 · 0 comments
Open

Reason could be more specific for some situations #548

JoeBatt1989 opened this issue Oct 31, 2022 · 0 comments

Comments

@JoeBatt1989
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently the FailureReason could be improved. i.e this is set as "None" when mandatory artefacts are missing. This is held in namespace Monai.Deploy.Messaging.Events

    public enum FailureReason
    {
        None,
        Unknown,
        RunnerNotSupported,
        InvalidMessage,
        PluginError,
        ExternalServiceError,
        TimedOut
    }

Describe the solution you'd like
Addition of further enums. Examples below

  • "MandatoryInputArtifactsMissing"
  • "MandatoryOutputArtfactsMissing"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant