code-examples-java
code-examples-java copied to clipboard
Fehler code-examples-java
Hello,
i get a error wenn i run the code-example-java. Can you please help me? Thanks!
Error: Oops, we have encountered a problem.
Message:
Dump:
Please check your account configuration. If you are unable to resolve the problem, open a new issue on GitHub.
Hello, It could be a problem related to authentication settings. In order to troubleshoot this error, we would need to have specific account details. Could you please raise a ticket to Docusign support, and we'll can help you more. Thanks, Sylvain
Hello,
Are you getting such an exception?
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "CFRError" (class com.docusign.core.model.manifestModels.SupportingTexts), not marked as ignorable (28 known properties: "HelpingTexts", "SubmitButton", "SelectAPIPage", "WelcomeText", "HomeButton", "ChangeAPITypeButton", "APIMethodUsed", "ContinueButton", "LoginButton", "ViewSourceFile", "helpingTexts", "submitButton", "selectAPIPage", "welcomeText", "homeButton", "changeAPITypeButton", "LoginPage", "continueButton", "HomePageText", "APIMethodUsedPlural", "loginPage", "homePageText", "logoutButton", "loginButton", "LogoutButton", "viewSourceFile", "apimethodUsedPlural", "apimethodUsed"]) at [Source: (StringReader); line: 1, column: 604] (through reference chain: com.docusign.core.model.manifestModels.ManifestStructure["SupportingTexts"]->com.docusign.core.model.manifestModels.SupportingTexts["CFRError"])
I had the same error and I assume that you and me use an older version of quickstart project. I fixed the issue by adding public String CFREnabled; to classes SupportingTexts.java and CodeExampleText.java.
Foued
Is this still an issue?