Previous page

Next page

Locate page in Contents

Print this page

operator_functionalType

Summary:

Agent Operators are represented in the front-end API by interfaces. Each interface provides methods for accessing a corresponding operator functionality. Each interface is identified by an XML element to be used in the XML request sent to Agent server. Each such element is derived from type operator_functionalType. The type defines the basic input and output parameters. Interfaces extend it with their own input and output parameters.

Type specification:

Name

Min/Max

Type

Description

ok

1..1

 

This element is returned to the client when a request completes successfully but does not return any information by definition.

error

1..1

 

This element is returned when a request results in failure.

{

 

 

 

code

1..1

int

Error code.

message

0..1

string

Text message describing the error.

}

 

 

 

Please send us your feedback on this help page