Skip to content
This repository was 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

@derroman

Description

@derroman

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions