Searched refs:errorInfo (Results 1 – 3 of 3) sorted by relevance
87 SoapObject errorInfo = new SoapObject(); in verifySppSoapResponseWithErrorAttribute() local88 errorInfo.addAttribute(SppResponseMessage.SPPErrorCodeAttribute, TEST_ERROR); in verifySppSoapResponseWithErrorAttribute()89 soapObject.addProperty(SppResponseMessage.SPPErrorProperty, errorInfo); in verifySppSoapResponseWithErrorAttribute()
80 SoapObject errorInfo = (SoapObject) response.getProperty(SPPErrorProperty); in SppResponseMessage() local81 if (!errorInfo.hasAttribute(SPPErrorCodeAttribute)) { in SppResponseMessage()85 errorInfo.getAttributeAsString(SPPErrorCodeAttribute)); in SppResponseMessage()
281 private void addProcessError(String processName, String errorType, String errorInfo) { in addProcessError() argument290 errors.add(String.format("### Type: %s, Details:\n%s", errorType, errorInfo)); in addProcessError()