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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET