VariableReferenceResolutionStatus enum
Variable reference resolution status enum
Fields
| ActiveValueSetNotFound | The value set configured as active does not exist |
| InvalidReferenceFormat | The variable reference format is not valid |
| InvalidReferenceInlineTypeNotAllowed | Reference-inline type specification is not allowed for this variable reference |
| InvalidVariableDefinition | The definition of the referenced variable is invalid |
| InvalidVariableOverride | The referenced variable has an invalid override |
| NotInitialized | The resolution hasn't started yet |
| Ok | Resolved successfully |
| TypeMismatch | The type of the referenced variable value does not match the requested |
| VariableLibraryCorrupted | The referenced Variable Library item is corrupted |
| VariableLibraryNotFound | The referenced Variable Library item does not exist or the caller principal doesn't have READ permission |
| VariableLibraryReferenceIsAmbiguous | Addressing of the Variable Library item is ambiguous, for example when WorkspaceRootRecursive method is used and the workspace contains multiple Variable Library items with same display name |
| VariableLibraryReferenceIsMissing | The Variable Library is not specified. |
| VariableLibraryResolved | The Variable Library is already resolved, but the variable itself is still not |
| VariableNotFound | The referenced variable does not exist in the specified Variable Library item |