[][src]Function dart_sys::Dart_IsApiError

pub unsafe extern "C" fn Dart_IsApiError(handle: Dart_Handle) -> bool

Is this an api error handle?

Api error handles are produced when an api function is misused. This happens when a Dart embedding api function is called with invalid arguments or in an invalid context.

Requires there to be a current isolate.