Skip to content

XRayRecorder_Config_ContextMissingStrategy

pokryfka edited this page Aug 3, 2020 · 2 revisions

XRayRecorder.Config.ContextMissingStrategy

Context missing strategy.

public enum ContextMissingStrategy

Inheritance

String

Enumeration Cases

runtimeError

Indicate that a precondition was violated.

case runtimeError

logError

Log an error and continue.

case logError