question

Upvotes
Accepted
5 2 2 5

UPA Market By Volume remove band?

How to properly remove band from a map entry.
Im currently using MessageUpdate and setting mapEntry.action to Delte.
However, I'm seeing error finishing mapEntry encode complete, the return value is -29.
It is putting ORDER_PRC to blank enough to remove an entry?

elektronelektron-sdkrrtjavaeta-apielektron-transport-apimap-entry
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
261 1 2 3

DELETE MapEntry actions cannot contain any payload, which is why you are seeing this error.

If you are only trying to remove the mapEntry from the table, then just set the action to DELETE, and do not encode a payload.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.