Gets an error messages returned from the Perforce command.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public string ErrorMessage { get; }

Remarks

Errors are concatanated to one string, seperated by new lines.

See Also