[][src]Function dart_sys::Dart_LibraryHandleError

pub unsafe extern "C" fn Dart_LibraryHandleError(
    library: Dart_Handle,
    error: Dart_Handle
) -> Dart_Handle

Report an loading error for the library.

\param library The library that failed to load. \param error The Dart error instance containing the load error.

\return If the VM handles the error, the return value is a null handle. If it doesn't handle the error, the error object is returned.