Click or drag to resize
IEntityCommandResultErrors Property
Gets a list of errors, if the operation was not successful.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
IEnumerable<Error> Errors { get; }

Property Value

Type: IEnumerableError
See Also