is_error

Function is_error 

Source
pub unsafe fn is_error(handle: Dart_Handle) -> bool
Expand description

Checks whether the provided Dart_Handle represents a Dart error.

Should be called on the current isolate.

ยงSafety

initialize_api must be called before this function.