NAME
WWW::SFDC::Apex::ExecuteAnonymousResult - Container for the result of an executeAnonymous call
VERSION
version 0.36
DESCRIPTION
This module acts as a container for the result of an executeAnonymous request. It's overloaded so that used as a boolean, it acts as the success value of the call.
ATTRIBUTES
success
Whether or not the apex code executed successfully
failureMessage
If the code failed to compile, the compilation error; if the code failed to execute, the exception message. This will be undefined if the code succeeded.
log
The debug log for the code. This will be undefined if the code failed to compile, and an empty string if no logs were requested.
BUGS
Please report any bugs or feature requests at https://github.com/sophos/WWW-SFDC/issues.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::SFDC::Apex::ExecuteAnonymousResult
You can also look for information at https://github.com/sophos/WWW-SFDC
AUTHOR
Alexander Brett <alexander.brett@sophos.com> http://alexander-brett.co.uk
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Sophos Limited https://www.sophos.com/.
This is free software, licensed under:
The MIT (X11) License
The full text of the license can be found in the LICENSE file included with this distribution.