Exception Exceptions.JsonDataHasUnknownFieldException (2.32.0)

public static final class Exceptions.JsonDataHasUnknownFieldException extends IllegalArgumentException

Input Json data has unknown field to the schema of the JsonStreamWriter. User can either turn on IgnoreUnknownFields option on the JsonStreamWriter, or if they don't want the error to be ignored, they should recreate the JsonStreamWriter with the updated table schema.

Constructors

JsonDataHasUnknownFieldException(String jsonFieldName)

protected JsonDataHasUnknownFieldException(String jsonFieldName)
Parameter
NameDescription
jsonFieldNameString

Methods

getFieldName()

public String getFieldName()
Returns
TypeDescription
String