LoadTestingModelFactory.ErrorDetails(String) 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.
Initializes a new instance of ErrorDetails.
public static Azure.Developer.LoadTesting.ErrorDetails ErrorDetails(string message = default);
static member ErrorDetails : string -> Azure.Developer.LoadTesting.ErrorDetails
Public Shared Function ErrorDetails (Optional message As String = Nothing) As ErrorDetails
Parameters
- message
- String
Error details in case test run was not successfully run.
Returns
A new ErrorDetails instance for mocking.