Skip to content

BadJSONFormat

Hyomoto edited this page Jun 13, 2021 · 2 revisions
Jump To Go Back Arguments Methods Variables

BadJSONFormat( _call )

Implements: Error

Thrown when a JSON string is provided that can not be properly converted into an expected type.

Arguments

Name Type Purpose
_call undef No description

Methods

Jump To top

Variables

Jump To top
Name Type Initial Purpose
message undef conc( "The function ", _call, " expected a JSON string, but it could not be converted." ) No description.
Clone this wiki locally