ArmMachineLearningComputeModelFactory.ErrorResponseWrapper 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 ErrorResponseWrapper.
public static Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponseWrapper ErrorResponseWrapper (Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponse error = default);
static member ErrorResponseWrapper : Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponse -> Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponseWrapper
Public Shared Function ErrorResponseWrapper (Optional error As ErrorResponse = Nothing) As ErrorResponseWrapper
Parameters
- error
- ErrorResponse
The error response.
Returns
A new ErrorResponseWrapper instance for mocking.