tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Data Types | Functions/Subroutines | Variables
tblite_api_error Module Reference

API export for error handling. More...

Data Types

type  vp_error
 Void pointer to error handle. More...
 

Functions/Subroutines

type(c_ptr) function, public new_error_api ()
 Create new error handle object.
 
subroutine, public delete_error_api (verror)
 Delete error handle object.
 
integer(c_int) function, public check_error_api (verror)
 Check error handle status.
 
subroutine, public clear_error_api (verror)
 Clear error from handle.
 
subroutine, public get_error_api (verror, charptr, buffersize)
 Get error message from error handle.
 

Variables

logical, parameter debug = .false.
 

Detailed Description

API export for error handling.