<rpc-fault> ( code string -- rpc-fault )
XML-RPC

Prev:<rpc-response> ( params -- rpc-response )
Next:post-rpc ( rpc url -- rpc' )


Vocabulary
xml-rpc

Inputs
codean integer
stringa string


Outputs
rpc-faulta 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


: <rpc-fault> ( code string -- rpc-fault ) \ rpc-fault boa ;
inline