RestErrorArray Add Method (String, String, String)DRA REST Extensions SDK
Adds a new error to the collection

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

public void Add(
	string message,
	string suggestion,
	string stacktrace
)

Parameters

message
Type: OnlineSystem String
error message
suggestion
Type: OnlineSystem String
suggested fix. If not applicable, provide an empty string
stacktrace
Type: OnlineSystem String
internal code path provided by the server. If not applicable, provide an empty string
See Also