Procedure 13

Generate Error Report

capability

 

REQUEST

An explanation of the last error condition associated with this capability is returned as a text string.

success = 0

text length

 

text

 

RESPONSE

XDR Specification

procedure   GenerateErrorReport (cap)   returns(status, text)
            capability   cap;
            stat   status;
            string   text;

Implementation