# WebidaRestfulApi.ExecutionResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | **String** | error message when execution failed. | [optional] 
**stdout** | **String** | standard out of child process. | 
**stderr** | **String** | standard error of child process. | 


