List of errors if it was not successful.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<Error> Errors { get; set; }
Visual Basic
Public Property Errors As List(Of Error)
	Get
	Set
Visual C++
public:
property List<Error^>^ Errors {
	List<Error^>^ get ();
	void set (List<Error^>^ value);
}

See Also