ArmMachineLearningComputeModelFactory.ErrorResponse 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 ErrorResponse.
public static Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponse ErrorResponse (string code = default, string message = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearningCompute.Models.ErrorDetail> details = default);
static member ErrorResponse : string * string * seq<Azure.ResourceManager.MachineLearningCompute.Models.ErrorDetail> -> Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponse
Public Shared Function ErrorResponse (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IEnumerable(Of ErrorDetail) = Nothing) As ErrorResponse
Parameters
- code
- String
Error code.
- message
- String
Error message.
- details
- IEnumerable<ErrorDetail>
An array of error detail objects.
Returns
A new ErrorResponse instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET