NAME
WWW::SFDC::Apex::ExecuteAnonymousResult - Container for the result of an executeAnonymous call
VERSION
version 0.35
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.
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.