Failed to findMessages in messaging API
By Maksym
06 Dec 2013 11:33
English
1 Replies
I have a filter:
- filters: Array[3]
- 0: AttributeFilter
- attributeName: "folderId"
- matchFlag: "EXACTLY"
- matchValue: "10"
- __proto__: CallbackObject
- 1: AttributeFilter
- attributeName: "folderId"
- matchFlag: "EXACTLY"
- matchValue: "20"
- __proto__: CallbackObject
- 2: AttributeFilter
- attributeName: "folderId"
- matchFlag: "EXACTLY"
- matchValue: "22"
- __proto__: CallbackObject
- length: 3
- __proto__: Array[0]
- type: "UNION"
- __proto__: CallbackObject
Trying to get messages:
service.messageStorage.findMessages( f, function(m) { console.dir(m); }, function(e) { console.dir(e); });
get the following error:
- code: 0
- message: "Argument is invalid"
- name: "InvalidValuesError"
- type: "InvalidValuesError"
- __proto__: CallbackObject
Which argument is invalid?
Edited on 18 03, 2014
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.