com.apama.md.client
Event Error


The event returned by clientapi actions in the event of an operation failing to succeed.
Member summary
 stringmessage

The error message to be reported to the user.
 
Action summary
 com.apama.md.client.Errorcreate(string message)

Creator function, takes argument message containing the message to be stored in the event.
 
Member detail

message

string message
The error message to be reported to the user.
Action detail

create

com.apama.md.client.Error create(string message)
Creator function, takes argument message containing the message to be stored in the event.
Parameters:
message