Closed ewanwalk closed 5 years ago
This was a mistake on my front! Solved
Could you please put the cause of your issue here in case someone else hits the same problem in the future?
This was a couple things:
as
tags with asm
I assumed that you needed to omit the field with an as
tagomitempty
is seemingly not valid and is appended as part of the bin name, which is unfortunate as I have a bunch of fields which may be 0
and do not have to be serialised however this can be avoided by writing ones own serialisationSome feedback for the library:
asm
, supported - omitempty
?)Thanks for your feedback. I'll try to add more documentation for the tags.
The server errors are vague since they are just codes sent back from the server. Aerospike have compromised a bit on the clarity to focus on performance as much as possible.
Hi I have a structure similar to the following:
And am calling
PutObject
however the server returnsParameter error
which does not helpe me in the slightest figure out what I should be changing. Is there any way to figure out what causes a parameter error? Are there specific standard types that arent allowed?Edit: