SetGenericError Subroutine

public subroutine SetGenericError(this, error_description, immediate_cleanup_in)

Routine to call if a generic error has occurred.

Arguments

Type IntentOptional AttributesName
type(Error_t), intent(inout) :: this

The error variable to be set.

character(len=*), intent(in) :: error_description

Some string describing the details of the error.

logical, intent(in), optional :: immediate_cleanup_in

If true, the cleanup error handler is called.


Contents

None