FME Server .NET API

IFMETransformationResult.StatusMessage Property

A descriptive representation of the transformation status. For example, this would be "Translation successful" when StatusNumber == 0.

[Visual Basic]
Property StatusMessage As String
[C#]
string StatusMessage {get;}

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionThe value could not be parsed from the FME Server response string.

See Also

IFMETransformationResult Interface | IFMETransformationResult Members | Safe.FMEServer.API Namespace