ArmAppContainersModelFactory.WorkflowErrorEntity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Body of the error response returned from the API.
public static Azure.ResourceManager.AppContainers.Models.WorkflowErrorEntity WorkflowErrorEntity(string extendedCode = default, string messageTemplate = default, System.Collections.Generic.IEnumerable<string> parameters = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.WorkflowErrorEntity> innerErrors = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.WorkflowErrorEntity> details = default, string target = default, string code = default, string message = default);
static member WorkflowErrorEntity : string * string * seq<string> * seq<Azure.ResourceManager.AppContainers.Models.WorkflowErrorEntity> * seq<Azure.ResourceManager.AppContainers.Models.WorkflowErrorEntity> * string * string * string -> Azure.ResourceManager.AppContainers.Models.WorkflowErrorEntity
Public Shared Function WorkflowErrorEntity (Optional extendedCode As String = Nothing, Optional messageTemplate As String = Nothing, Optional parameters As IEnumerable(Of String) = Nothing, Optional innerErrors As IEnumerable(Of WorkflowErrorEntity) = Nothing, Optional details As IEnumerable(Of WorkflowErrorEntity) = Nothing, Optional target As String = Nothing, Optional code As String = Nothing, Optional message As String = Nothing) As WorkflowErrorEntity
Parameters
- extendedCode
- String
Type of error.
- messageTemplate
- String
Message template.
- parameters
- IEnumerable<String>
Parameters for the template.
- innerErrors
- IEnumerable<WorkflowErrorEntity>
Inner errors.
- details
- IEnumerable<WorkflowErrorEntity>
Error Details.
- target
- String
The error target.
- code
- String
Basic error code.
- message
- String
Any details of the error.
Returns
A new WorkflowErrorEntity instance for mocking.