Added ZTS_ERR_GENERAL, also minor updates to JNI layer

This commit is contained in:
Joseph Henry
2019-03-18 14:23:34 -07:00
parent c91eba4fc6
commit 3cbc1017eb
3 changed files with 77 additions and 73 deletions

View File

@@ -44,6 +44,8 @@
#define ZTS_ERR_INVALID_OP -3
// The call succeeded, but no object or relevant result was available
#define ZTS_ERR_NO_RESULT -4
// General internal failure
#define ZTS_ERR_GENERAL -5
/**
* The system port upon which ZT traffic is sent and received