You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: MIGRATION.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,19 @@ There are several ways to create a client connection in `cloudant-java-sdk`:
23
23
1. There is no built-in pagination support for views. Examples coming soon.
24
24
1. Replay interceptors are replaced by the [automatic retries](https://github.com/IBM/ibm-cloud-sdk-common/#automatic-retries) feature for failed requests.
25
25
1. Error handling is not transferable from `java-cloudant` to `cloudant-java-sdk`. For more information go to the [Error handling section](https://cloud.ibm.com/apidocs/cloudant?code=java#error-handling) in our API docs.
26
-
1. Custom HTTP client configurations in `java-cloudant` are not transferable to `cloudant-java-sdk`. For more information go to the [Configuring the HTTP client section(https://githubcom/IBM/ibm-cloud-sdk-common/#configuring-the-http-client) in the IBM Cloud SDK Common README.
26
+
1. Custom HTTP client configurations in `java-cloudant` can be set differently in
27
+
`cloudant-java-sdk`. For more information go to the
28
+
[Configuring the HTTP client section](https://github.com/IBM/ibm-cloud-sdk-common/#configuring-the-http-client)
29
+
in the IBM Cloud SDK Common README.
30
+
31
+
### Troubleshooting
32
+
1. Authentication errors occur during service instantiation. For example, the code `Cloudant
33
+
service = Cloudant.newInstance("EXAMPLE");` will fail with `Authentication information was
34
+
not properly configured.` if required environment variables prefixed with `EXAMPLE` are not set.
35
+
1. Server errors occur when running a request against the service. We suggest to
0 commit comments