영어로 읽기

다음을 통해 공유


ArmMigrationDiscoverySapModelFactory.SapMigrateError Method

Definition

Initializes a new instance of SapMigrateError.

public static Azure.ResourceManager.MigrationDiscoverySap.Models.SapMigrateError SapMigrateError (string code = default, string message = default, string recommendation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryErrorDetail> details = default);

Parameters

code
String

Service specific error code which serves as the substatus for the HTTP error code.

message
String

Description of the error.

recommendation
String

Description of the recommendation.

details
IEnumerable<SapDiscoveryErrorDetail>

Internal error details.

Returns

A new SapMigrateError instance for mocking.

Applies to