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
Hi,
when I want to encode large json data i see this error: 'InvalidArgumentException with message 'Data too large'. Is it possible to increase max. data size? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Aztec codes can contain up to about 1914 bytes (which includes error correction data). Depending on your application, you might be able to encode more data if you lower the ECC rate (second parameter of Encoder::encode).
Hi,
when I want to encode large json data i see this error: 'InvalidArgumentException with message 'Data too large'. Is it possible to increase max. data size? Thanks in advance.
The text was updated successfully, but these errors were encountered: