Error Messages/44401

< Error Messages
Revision as of 18:50, 6 December 2018 by Lchrisman (talk | contribs) (Created page with "== Example Error Message == A handle to Variable GeoCode_result_schema appears in the JSON schema passed to ParseJSON, but GeoCode_result_schem is not an index. A han...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Error Message

A handle to Variable GeoCode_result_schema appears in the JSON schema passed to ParseJSON, but GeoCode_result_schem is not an index. A handle to an index is expected here.

Description

You are using the ParseJSON function with a schema. In the schema you provided, a handle appears to an object that is not a valid index. In the subsection Member schema options on the page for ParseJSON, a list of the valid schema options are listed. A handle can be used to specify that a JSON object is expected with member names matching the names in the index, such that the parse will then result in an array indexed by that index.

See Also

Comments


You are not allowed to post comments.