Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Method fails, if String is longer than 6.000.000 characters #88

Open
derroman opened this issue Jan 22, 2021 · 0 comments
Open

Method fails, if String is longer than 6.000.000 characters #88

derroman opened this issue Jan 22, 2021 · 0 comments

Comments

@derroman
Copy link

String logEntry = 'Query:\n' + query + '\n\nResults:\n' + JSON.serializePretty(results);

the mentioned method gets called for some reason. If the final string will become longer than 6.000.000 characters

you will get a "System.StringException" with "String length exceeds maximum: 6000000"

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

No branches or pull requests

1 participant