IService.ErrorLogsGet(ErrorLogsGetRequest) Method

Definition

Get the error log of a specific correlation id from cache.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::ErrorLogsGetResponse ^ ErrorLogsGet(Microsoft::MasterDataServices::Services::MessageContracts::ErrorLogsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.ErrorLogsGetResponse ErrorLogsGet (Microsoft.MasterDataServices.Services.MessageContracts.ErrorLogsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ErrorLogsGet : Microsoft.MasterDataServices.Services.MessageContracts.ErrorLogsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ErrorLogsGetResponse
Public Function ErrorLogsGet (request As ErrorLogsGetRequest) As ErrorLogsGetResponse

Parameters

Returns

Attributes

Remarks

The ErrorLogsGet(ErrorLogsGetRequest) operation retrives the errro logs.

Applies to