FME Server .NET API

IFMETransformationResult.ServiceMsg Property

The status of the FME Engine operation. This indicates if the FME Engine succeeded in taking a request from the FME Server and returning a result, or if the FME Engine itself failed for some reason.

[Visual Basic]
Property ServiceMsg As String
[C#]
string ServiceMsg {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