|
Procedure 13 |
Generate Error Report |
|
REQUEST An explanation of the last error condition associated with this capability is returned as a text string. |
|
RESPONSE |
XDR Specification
procedure GenerateErrorReport (cap) returns(status, text)
capability cap;
stat status;
string text;
Implementation