Closed askask closed 7 years ago
In the constructor of RestResult, successful is set to true if the statusCode is 200, but the getter in ExecutionResult doesn't use successful, but instead uses the exitCode.
RestResult
successful
true
statusCode
ExecutionResult
exitCode
In the constructor of
RestResult
,successful
is set totrue
if thestatusCode
is 200, but the getter inExecutionResult
doesn't usesuccessful
, but instead uses theexitCode
.