{ "sections": [ "title", "description", "fields", "wsdl_segment" ], "title": "ApexResult - Tooling API", "description": "A complex type that represents the result of Apex code executed as part of an ApexExecutionOverlayAction , returned in an ApexExecutionOverlayResult. Available from API version 28.0 or later.", "fields_columns": [ "type", "description" ], "fields": { "apexError": { "type": "string", "description": "The error text returned if the execution was unsuccessful." }, "apexExecutionResult": { "type": "ExecuteAnonymousResult", "description": "The structured result returned from a successful execution. ExecuteAnonymousResult includes the following fields: column compileProblem compiled exceptionMessage exceptionStackTrace line success Note: ExecuteAnonymousResult is outside the current execution context and does not provide access to variables in the heap." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n\n```" }