add VirtualNetworkConfigOperation.fromInt
This commit is contained in:
parent
acd8b95114
commit
7c2766096c
5 changed files with 39 additions and 36 deletions
|
@ -114,9 +114,8 @@ namespace {
|
|||
}
|
||||
|
||||
jobject operationObject = createVirtualNetworkConfigOperation(env, operation);
|
||||
if(operationObject == NULL)
|
||||
if(env->ExceptionCheck() || operationObject == NULL)
|
||||
{
|
||||
LOGE("Error creating VirtualNetworkConfigOperation object");
|
||||
return -101;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue