JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
jnr.ffi.annotations
SaveError
Contents
Description
Hide sidebar
Show sidebar
Annotation Type SaveError
@Retention
(
RUNTIME
)
public @interface
SaveError
Tags a library method as requiring any error codes as returned by errno on unix, or GetLastError on windows be saved.
See Also:
IgnoreError
LibraryLoader.saveError(Map, boolean, boolean)