Cast the errors to a String. Each error is separated by \r\n

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public static implicit operator string (
	P4ClientErrorList l
)
Visual Basic
Public Shared Widening Operator CType ( _
	l As P4ClientErrorList _
) As String
Visual C++
static implicit operator String^ (
	P4ClientErrorList^ l
)

Parameters

l
Type: Perforce.P4..::..P4ClientErrorList
the list to cast

Return Value

See Also