Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProfileValidationTaskResult

Profile validation results for one particular task

Hierarchy

  • IProfileValidationTaskResult

Index

Properties

Optional associatedEndpoints

associatedEndpoints: string[]

Same as the endpoints in the profile validation task. (will be automatically populated by the validation API)

outcome

Outcome of this task, whether it succeeded, failed, or somewhere in between

resultDescription

resultDescription: string

A description of the result of the validation test, whether it succeeded or failed. Example: Successfully submitted job USER(JOB00001) or Failed to submit job due to the following error: Input was not recognized by the system as a job RC 4 RSN ...

Optional taskName

taskName: string

Name of the task (will be automatically populated by the validation API)

Generated using TypeDoc