exception property

LoadException? get exception

Implementation

LoadException? get exception =>
    loadType == LoadType.error ? data as LoadException : null;