Skip to content

Reason could be more specific for some situations #548

Open
@JoeBatt1989

Description

@JoeBatt1989

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions