github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/RunCommandResult.md (about)

     1  # RunCommandResult
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **exit_code** | **int** | exit code of the run. | [optional] 
     7  **runner_error** | **str** | Runner error | [optional] 
     8  **stderr** | **str** | stderr of the run. | [optional] 
     9  **stderrtruncated** | **bool** | bool describing if stderr was truncated | [optional] 
    10  **stdout** | **str** | stdout of the run. Yaml provided for `describe` output | [optional] 
    11  **stdouttruncated** | **bool** | bool describing if stdout was truncated | [optional] 
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15