ExecutionError
extends Exception
in package
FinalYes
Represents a Unity automation failure with process output that can be exported as JUnit-style XML.
Tags
Table of Contents
Methods
- asNode() : DOMElement
- Error() : ExecutionError
- Exception() : ExecutionError
- Failure() : ExecutionError
- getExitCode() : int
- getStdErr() : string
- getStdOut() : string
Methods
asNode()
public
asNode(DOMDocument $document) : DOMElement
Parameters
- $document : DOMDocument
Return values
DOMElementError()
public
static Error(string $type, string $message[, Process|null $process = null ]) : ExecutionError
Parameters
- $type : string
- $message : string
- $process : Process|null = null
Return values
ExecutionErrorException()
public
static Exception(Throwable $e[, Process|null $process = null ]) : ExecutionError
Parameters
- $e : Throwable
- $process : Process|null = null
Return values
ExecutionErrorFailure()
public
static Failure(string $type, string $message[, Process|null $process = null ]) : ExecutionError
Parameters
- $type : string
- $message : string
- $process : Process|null = null
Return values
ExecutionErrorgetExitCode()
public
getExitCode() : int
Return values
intgetStdErr()
public
getStdErr() : string
Return values
stringgetStdOut()
public
getStdOut() : string