Table of Contents

Enum JsonMissingMemberHandling

Namespace
Meraki.Api
Assembly
Meraki.Api.dll
public enum JsonMissingMemberHandling
Extension Methods

Fields

Ignore = 1

Use the default Newtonsoft Ignore missing members behavior

LogWarningOnErrorAndContinue = 3

Log the issue when a missing member error occurs and then reattempt using the Ignore behavior

ThrowOnError = 2

Use the default Newtonsoft Error on missing members behavior