Envelope

This is the JSON envelope format

Members

Variables

dFullString
string dFullString;

exception.toString - includes stack trace, etc. Only available in debug mode for privacy reasons.

errorMessage
string errorMessage;

if !success, this is exception.msg

result
JSONValue result;

the return value of the function

success
bool success;

did the call succeed? false if it threw an exception

type
string type;

static type of the return value

userData
string userData;

null unless the user request included passedThroughUserData

Suggestion Box / Bug Report