CA Service Management

 View Only

CA SDM::.SPEL::. set_error(int error) 

Mar 03, 2017 12:43 PM

Overview

There are three builtin functions to build a reply message to the caller, is used to set the error flag in the return message. 

Usage

set_error(int error)

Results

 

Examples

 

set_error(1);

 

{
// NOTE:  E_INVALID is an enum
set_error (E_INVALID);
set_return_data ("Illegal operation requested");
set_return_data ("\"Fred\" is not a valid main course");
}

 

 

 

Where can I find Spel functions documentation? 

CA SDM::.SPEL::. set_return_data([int index,] data) 

Statistics
0 Favorited
6 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.