silent property

bool silent
getter/setter pair

Whether ignoring KiwiErrors in the following cases:

  • if you register the same type under the same name a second time.
  • if you try to resolve a type that was not previously registered.
  • if you try to unregister a type that was not previously registered.

Defaults to false.

Implementation

bool silent = false;