Routine to call if an alloc error has occurred.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Error_t), | intent(inout) | :: | this | This the error variable to be set. |
||
character(len=*), | intent(in) | :: | error_description | Some string describing the details of the error. |
||
integer, | intent(in) | :: | alloc_error | The error variable produced by alloc. |
||
logical, | intent(in), | optional | :: | immediate_cleanup_in | If true, the cleanup error handler is called. |
True if an error has occurred, false otherwise.