I am getting some error while fetching data from Aerospike, the error code is in undocumented range, eg: error 187, 174 error result ErrorWithException [code=500, message=Error Code 187: , className=com.aerospike.client.AerospikeException, stackTrace=\ncom.aerospike.client.AerospikeException: Error Code 187: \n\tat com.aerospike.client.command.ReadCommand.parseResult(ReadCommand.java:121)\n\tat com.aerospike.client.command.SyncCommand.execute(SyncCommand.java:56)\
I have looked through java aerospike-client project but I couldn’t find any place where the error code is set in message header: https://github.com/aerospike/aerospike-client-java/blob/master/client/src/com/aerospike/client/command/Command.java#L126 seems like the data stored in aerospike is having problem itself which leads to this.
Is there any explanation for these strange error codes?