java-sparkpost icon indicating copy to clipboard operation
java-sparkpost copied to clipboard

GSON error when calling insertOrUpdate or insertOrUpdateBulk

Open javadeveloper080 opened this issue 3 years ago • 0 comments

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":

}

javadeveloper080 avatar Nov 23 '22 17:11 javadeveloper080