Click or drag to resize

P4ClientErrorList  Conversion (P4ClientErrorList to String)

Cast the errors to a String. Each error is separated by NewLine

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public static implicit operator string (
	P4ClientErrorList l
)

Parameters

l
Type: Perforce.P4P4ClientErrorList
the list to cast

Return Value

Type: String
See Also