Handbook
Glossary
rpc-fault
XML-RPC
Prev:
rpc-response
Next:
<base64> ( string -- base64 )
Vocabulary
xml-rpc
Class description
represents an XML-RPC fault
See also
<rpc-fault>
,
rpc-method
,
rpc-response
Definition
IN:
xml-rpc
TUPLE:
rpc-fault
code string
;
Methods
USING:
accessors
kernel
xml-rpc
;
M:
rpc-fault
send-rpc
[
code>>
]
[
string>>
]
bi
return-fault
;