Handbook
Glossary
<rpc-fault> ( code string -- rpc-fault )
XML-RPC
Prev:
<rpc-response> ( params -- rpc-response )
Next:
post-rpc ( rpc url -- rpc' )
Vocabulary
xml-rpc
Inputs
code
an
integer
string
a
string
Outputs
rpc-fault
a
rpc-fault
Word description
creates a tuple representing an exception in RPC, to be returned to the caller. The code is a number representing what type of error it is, and the string is a description
See also
rpc-fault
,
<rpc-method>
,
<rpc-response>
Definition
USING:
kernel
;
IN:
xml-rpc
:
<rpc-fault>
( code string -- rpc-fault )
\
rpc-fault
boa
;
inline