Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
31cb4ca4
Commit
31cb4ca4
authored
Sep 26, 2009
by
Matt Strum
Browse files
File was missing before
parent
0d1255c4
Changes
1
Show whitespace changes
Inline
Side-by-side
protogeni/demo/shared/com/mattism/http/xmlrpc/MethodFault.as
0 → 100644
View file @
31cb4ca4
/**
* @author Matt Shaw <xmlrpc@mattism.com>
* @url http://sf.net/projects/xmlrpcflash
* http://www.osflash.org/doku.php?id=xmlrpcflash
*
* @author Daniel Mclaren (http://danielmclaren.net)
* @note Updated to Actionscript 3.0
*/
package
com
.
mattism
.
http
.
xmlrpc
{
public
interface
MethodFault
{
function
getFaultCode
()
:
Number
;
function
getFaultString
()
:
String
;
function
getArgs
()
:
Array
;
function
setFaultObject
(
o
:
Object
)
:
void
;
function
toString
()
:
String
;
}
}
/*
<?xml version='1.0'?>
<methodResponse>
<fault>
<value>
<struct>
<member>
<name>faultCode</name>
<value><int>-2</int></value>
</member>
<member>
<name>args</name>
<value>
<array>
<data>
</data>
</array>
</value>
</member>
<member>
<name>faultString</name>
<value>
<string>Unexpected Zope error value: NotFound -
Site Error
An error was encountered while publishing this resource.
Debugging Notice
Zope has encountered a problem publishing your object.
The object at http://www.zope.org/Members/logik/objectIds has an empty or missing docstring. Objects must have a docstring to be published.
Troubleshooting Suggestions
The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be
encountering an error.
For more detailed information about the error, please
refer to the error log.
If the error persists please contact the site maintainer.
Thank you for your patience.
</string>
</value>
</member>
</struct>
</value>
</fault>
</methodResponse>
*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment