Archive.ErrorCallback

This is the type of an error callback which is called when an unexpected event occurs.

interface Archive
alias ErrorCallback = void delegate(SerializationException exception)

Meta