ServiceResponse.ErrorDetails Property

Definition

Gets error details associated with the response.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ ErrorDetails { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> ErrorDetails { get; }
Public ReadOnly Property ErrorDetails As IDictionary(Of String, String)

Property Value

The error details dictionary.

Remarks

If Result is set to Success, ErrorDetailsDictionary returns null. Error details will only available for some error codes. For example, when error code is ErrorRecurrenceHasNoOccurrence, the ErrorDetailsDictionary will contain keys for EffectiveStartDate and EffectiveEndDate.

Applies to