TRY_READ_HJSON (inference)
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
TRY_READ_HJSON behaves similarly to READ_HJSON but in case of connection or other problems returns null instead of failing with a runtime error after retries are exhausted.
Syntax
TRY_READ_HJSON(location, encoding := null,
sample_size := 10000,
cache := <default interval>,
retries := <default int>, retry_interval := <default interval>)