Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSON error when calling insertOrUpdate or insertOrUpdateBulk #116

Open
javadeveloper080 opened this issue Nov 23, 2022 · 0 comments
Open

Comments

@javadeveloper080
Copy link

GSON error when calling

ErrorMessage:com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 13 path $.results
	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:225)

Response for insertOrUpdate

{
    "results": {
        "message": "Suppression list successfully updated"
    }
}
**Response for insertOrUpdateBulk**

{
"results":

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant