Searched refs:getInvocationErrorDetails (Results 1 – 3 of 3) sorted by relevance
122 if (commandResult.getInvocationErrorDetails() != null) { in packResponseIntoJson()123 json.put(INVOCATION_ERROR, commandResult.getInvocationErrorDetails()); in packResponseIntoJson()
56 String getInvocationErrorDetails() { in getInvocationErrorDetails() method in CommandResult
230 handler.failure(r.getInvocationErrorDetails(), r.getFreeDeviceState(), in sendGetLastCommandResult()