diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-file/copy-files-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-file/copy-files-block.md index 5d6b42de9..e68253c7e 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-file/copy-files-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-file/copy-files-block.md @@ -146,8 +146,8 @@ The exceptions thrown by the block can be found below: | | The [Destination Path][DestinationPath Property] contains leading spaces. | | | The [Destination Path][DestinationPath Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any file or folder names. | | | The [Destination Path][DestinationPath Property] (if it points to a file), or the [Destination Path][DestinationPath Property] (if it points to a folder) plus the file name, exceeds the system-defined maximum length (typically 32,767 characters). | -| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty File Paths][]| -| | Any file path in [File Paths][FilePaths Property] is duplicated. For more information, see [Duplicate File Paths][] | +| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). | +| | Any file path in [File Paths][FilePaths Property] is duplicated. | | | Any file path in [File Paths][FilePaths Property] does not exist. | | | Any file path in [File Paths][FilePaths Property] points to a folder. | | | Any file path in [File Paths][FilePaths Property] contains leading spaces. | @@ -198,8 +198,6 @@ If an exception occurs when trying to copy a file in the [File Paths][FilePaths [InvalidPathException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.InvalidPathException.MainDoc" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-folder/copy-folders-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-folder/copy-folders-block.md index 4c28f4f99..0d933eab6 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-folder/copy-folders-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-folder/copy-folders-block.md @@ -406,8 +406,8 @@ The exceptions thrown by the block can be found below: | | The [Destination Path][DestinationPath Property] contains leading spaces. | | | The [Destination Path][DestinationPath Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any folder names. | | | The [Destination Path][DestinationPath Property] exceeds the system-defined maximum length (typically 32,767 characters). | -| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty Folder Paths][]| -| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. For more information, see [Duplicate Folder Paths][] | +| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). | +| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. | | | Any folder path in [Folder Paths][FolderPaths Property] does not exist. | | | Any folder path in [Folder Paths][FolderPaths Property] points to a file. | | | Any folder path in [Folder Paths][FolderPaths Property] contains leading spaces. | @@ -476,8 +476,6 @@ If an exception occurs when trying to copy a folder in [Folder Paths][FolderPath [InvalidPathException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.InvalidPathException.MainDoc" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/create-folder/create-folders-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/create-folder/create-folders-block.md index f7e631cfb..0cf8d0e22 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/create-folder/create-folders-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/create-folder/create-folders-block.md @@ -60,8 +60,8 @@ The exceptions thrown by the block can be found below: | Name | Description | |----------|----------| -| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty Folder Paths][]. | -| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. For more information, see [Duplicate Folder Paths][]. | +| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). | +| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. | | | Any folder path in [Folder Paths][FolderPaths Property] points to a file. | | | Any folder path in [Folder Paths][FolderPaths Property] contains leading spaces. | | | Any folder path in [Folder Paths][FolderPaths Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any folder names. | @@ -100,8 +100,6 @@ If an exception occurs when trying to create a folder in [Folder Paths][FolderPa [Input]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-file/delete-files-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-file/delete-files-block.md index 794ab5a9a..1fbe76dfe 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-file/delete-files-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-file/delete-files-block.md @@ -60,8 +60,8 @@ The exceptions thrown by the block can be found below: | Name | Description | |----------|----------| -| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty File Paths][]. | -| | Any file path in [File Paths][FilePaths Property] is duplicated. For more information, see [Duplicate File Paths][]. | +| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). | +| | Any file path in [File Paths][FilePaths Property] is duplicated. | | | Any file path in [File Paths][FilePaths Property] points to a folder. | | | Any file path in [File Paths][FilePaths Property] contains leading spaces. | | | Any file path in [File Paths][FilePaths Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any file or folder names. | @@ -103,8 +103,6 @@ If an exception occurs when trying to delete a file in the [File Paths][FilePath [Input]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-folder/delete-folders-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-folder/delete-folders-block.md index 1fdfb6cf1..88b4cf7a4 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-folder/delete-folders-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-folder/delete-folders-block.md @@ -118,8 +118,8 @@ The exceptions thrown by the block can be found below: | Name | Description | |----------|----------| -| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty Folder Paths][]. | -| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. For more information, see [Duplicate Folder Paths][]. | +| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). | +| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. | | | Any folder path in [Folder Paths][FolderPaths Property] points to a file. | | | Any folder path in [Folder Paths][FolderPaths Property] contains leading spaces. | | | Any folder path in [Folder Paths][FolderPaths Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any folder names. | @@ -160,8 +160,6 @@ If an exception occurs when trying to delete a folder in [Folder Paths][FolderPa [Input]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-file/move-files-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-file/move-files-block.md index c223d3da7..c042cda1b 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-file/move-files-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-file/move-files-block.md @@ -146,8 +146,8 @@ The exceptions thrown by the block can be found below: | | The [Destination Path][DestinationPath Property] contains leading spaces. | | | The [Destination Path][DestinationPath Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any file or folder names. | | | The [Destination Path][DestinationPath Property] (if it points to a file), or the [Destination Path][DestinationPath Property] (if it points to a folder) plus the file name, exceeds the system-defined maximum length (typically 32,767 characters). | -| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty File Paths][]| -| | Any file path in [File Paths][FilePaths Property] is duplicated. For more information, see [Duplicate File Paths][] | +| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). | +| | Any file path in [File Paths][FilePaths Property] is duplicated. | | | Any file path in [File Paths][FilePaths Property] does not exist. | | | Any file path in [File Paths][FilePaths Property] points to a folder. | | | Any file path in [File Paths][FilePaths Property] contains leading spaces. | @@ -197,8 +197,6 @@ If an exception occurs when trying to move a file in the [File Paths][FilePaths [InvalidPathException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.InvalidPathException.MainDoc" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-folder/move-folders-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-folder/move-folders-block.md index 8ebdd0aee..8c5809944 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-folder/move-folders-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-folder/move-folders-block.md @@ -406,8 +406,8 @@ The exceptions thrown by the block can be found below: | | The [Destination Path][DestinationPath Property] contains leading spaces. | | | The [Destination Path][DestinationPath Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any folder names. | | | The [Destination Path][DestinationPath Property] exceeds the system-defined maximum length (typically 32,767 characters). | -| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty Folder Paths][]| -| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. For more information, see [Duplicate Folder Paths][] | +| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). | +| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. | | | Any folder path in [Folder Paths][FolderPaths Property] does not exist. | | | Any folder path in [Folder Paths][FolderPaths Property] points to a file. | | | Any folder path in [Folder Paths][FolderPaths Property] contains leading spaces. | @@ -475,8 +475,6 @@ If an exception occurs when trying to move a folder in [Folder Paths][FolderPath [InvalidPathException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.InvalidPathException.MainDoc" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/search-file/search-files-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/search-file/search-files-block.md index 599c2e26c..253b5c5b8 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/search-file/search-files-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/search-file/search-files-block.md @@ -425,8 +425,8 @@ The exceptions thrown by the block can be found below: | [ArgumentException][] | Thrown when [Search Options][SearchOptions Property] is not one of the specified [SearchOptions][] types (e.g. `(SearchOptions)10`). | | | Thrown when [Comparison Type][ComparisonType Property] is not one of the specified [StringComparison][] types (e.g. `(StringComparison)10`). | | [InvalidPropertyValueException][] | Thrown when [Encoding][Encoding Property] is invalid (e.g. `Encoding.GetEncoding(-1)`). See [Value Is Invalid][]. | -| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty File Paths][]| -| | Any file path in [File Paths][FilePaths Property] is duplicated. For more information, see [Duplicate File Paths][] | +| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). | +| | Any file path in [File Paths][FilePaths Property] is duplicated. | | | Any file path in [File Paths][FilePaths Property] does not exist. | | | Any file path in [File Paths][FilePaths Property] points to a folder. | | | Any file path in [File Paths][FilePaths Property] contains leading spaces. | @@ -500,8 +500,6 @@ If an exception occurs when trying to search a file in the [File Paths][FilePath [Value Is Invalid]: {{< url path="Cortex.Reference.Exceptions.Flows.Blocks.InvalidPropertyValueException.ValueIsInvalid" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} [RegexMatchTimeoutException]: {{< url path="MSDocs.DotNet.Api.System.Text.RegularExpressions.RegexMatchTimeoutException" >}} diff --git a/content/en/docs/2024.1/Reference/Exceptions/Lists/cannot-modify-read-only-list-exception.md b/content/en/docs/2024.1/Reference/Exceptions/Lists/cannot-modify-read-only-list-exception.md index 28082d26d..58f7c331f 100644 --- a/content/en/docs/2024.1/Reference/Exceptions/Lists/cannot-modify-read-only-list-exception.md +++ b/content/en/docs/2024.1/Reference/Exceptions/Lists/cannot-modify-read-only-list-exception.md @@ -7,32 +7,66 @@ description: "The exception thrown when trying to modify a read-only list." # {{% param title %}}
(Cortex.Exceptions.Lists.CannotModifyReadOnlyListException)
+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} + +## Description The exception thrown when trying to modify a read-only list. -> Lists deriving from [IList][]<[T][]> have the option to be read-only. +> Lists implementing [IList][]<[TItem][]> have the option to be read-only (e.g. [IReadOnlyList][]<[TItem][]>). + +## Reasons + +### Attempting to modify a read-only list + +The execution is attempting to perform a non-read operation on a read-only [IList][]<[TItem][]>. + +##### Message Format + +There was an attempt to modify a read-only list. + +##### Message Format The format of the exception message is as follows: ```json -"The value of '(Cortex.Exceptions.Lists.DuplicateValueException)
+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} + +## Description + +The exception thrown when a [list][IList] has duplicate values but shouldn't. + +## Reasons -TODO: The exception thrown when... +### Duplicate values in list when not supported + +A [list][IList] provided for an operation requiring unique values contains at least one duplicate value (e.g. providing duplicate indexes for the `Indexes` property of the [Get Items At Indexes][] block). + +#### Message Format The format of the exception message is as follows: ```json -TODO: Format +"The value of '(Cortex.Exceptions.FilesAndFolders.InvalidFolderNameException)
+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} + +## Description The exception thrown when specifying an invalid folder name. +## Reasons + +### Invalid folder name provided + +The folder name provided is invalid. + +#### Message Format + The format of the exception message is as follows: ```json -"TODO. +"The '(Cortex.Exceptions.FilesAndFolders.InvalidPathException)
+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -The exception thrown when specifying an invalid file or folder path. +## Description + +The exception thrown when specifying an invalid file or folder [path][WhatIsAPath]. + +## Reasons + + +### Path provided is invalid + +The provided [path][WhatIsAPath] has an incorrect syntax, or has illegal characters, or is too long. + +#### Message Format + +The format of the exception message is as follows: + +```json +"The '(Cortex.Exceptions.FilesAndFolders.OperationFailedException)
+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} + +## Description The exception thrown when a file or folder operation failed for one or more paths. -## Path Exceptions +## Reasons + +### A single exception was thrown + +An exception was thrown, such as [InvalidFolderNameException][] or [InvalidPathException][], while performing an operation on the path provided. -### PathDoesNotExist +#### Message Format -The format of the exception message is as follows: +The format of the message is as follows: ```json -"TODO. +"Failed to(Cortex.Exceptions.Flows.FlowException)
+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -The exception thrown by the ThrowNewFlowException block. +## Description -TODO: +The exception thrown by the [Throw New Flow Exception][ThrowNewFlowException Block] block. -## How to fix +## Reasons -TODO: +### Thrown by block + +An instance of the [Throw New Flow Exception][ThrowNewFlowException Block] block has been executed in a flow. + +#### Message Format + +The format of the exception message is as follows: + +```json +"(Cortex.Exceptions.Text.Regex.RegexParsingFailedException)
-The exception thrown when a property is provided with an invalid regex value. +{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} + +## Description + +The exception thrown when a property is provided with invalid [regex syntax][regex]. + +## Reasons + +### Single regex pattern failed to parse + +A regex pattern in the property value failed to parse successfully due to invalid [regex syntax][regex] (e.g. `"*"`). + +#### Message Format The format of the exception message is as follows: ```json -TODO +"'