RestResponse Errors Property DRA REST Extensions SDK
Property holding the collection of errors to be returned to the client

Namespace: NetIQ.DRA.Common.Rest.Responses
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "errors")]
public List<RestError> Errors { get; }

Property Value

Type: OnlineList RestError 
See Also