ErrorProperties property

List<PropertyDefinitionBase?> ErrorProperties
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.

Implementation

List<PropertyDefinitionBase?> get ErrorProperties => this._errorProperties;