com.apama.file
Event FileError


FileError events are received from the file adapter in response to requests made from Apama applications which were unsuccessful. The event contains the requestId it is in response to, and a message which can be logged to get more information.
Member summary
 stringtransportName

The name of the transport being used within the file adapter. Default configuration: "JMultiFileTransport".
 integerrequestId

Request ID this file error is in response to.
 stringmessage

This should contain relevant information as to why the error occured.
 
Member detail

message

            string message
        
This should contain relevant information as to why the error occured.

requestId

            integer requestId
        
Request ID this file error is in response to.

transportName

            string transportName
        
The name of the transport being used within the file adapter. Default configuration: "JMultiFileTransport".