ResolveNamesResponse class
Represents the response to a name resolution operation.
Properties
-
BatchProcessingStopped
→ bool
-
Gets a value indicating whether a batch request stopped processing before the end.
no setterinherited
-
ErrorCode
→ ServiceError?
-
Gets the error code associated with this response.
no setterinherited
-
ErrorDetails
→ Map<String?, String?>?
-
Gets error details associated with the response. 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.
no setterinherited
-
ErrorMessage
↔ String?
-
Gets a detailed error message associated with the response. If Result is set to Success, ErrorMessage returns null.
ErrorMessage is localized according to the PreferredCulture property of the ExchangeService object that
was used to call the method that generated the response.
getter/setter pairinherited
-
ErrorProperties
→ List<PropertyDefinitionBase?>
-
Gets information about property errors associated with the response. If Result is set to Success, ErrorProperties returns null.
ErrorProperties is only available for some error codes. For example, when the error code is ErrorInvalidPropertyForOperation,
ErrorProperties will contain the definition of the property that was invalid for the request.
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
Resolutions
→ NameResolutionCollection?
-
Gets a list of name resolution suggestions.
no setter
-
Result
→ ServiceResult?
-
Gets the result associated with this response.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited