FME Server .NET API

IFMETransformationResult.FMEEngineResponse Property

The unparsed response string returned by the FME Server, as defined by the SUCCESS_RESPONSE or FAILURE_RESPONSE directive in its subsection configuration. This is a substring of FMEServerResponse.

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