ServiceResponse.ErrorDetails Property
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.
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.