Build an error message string.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cable_error_handler_base_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | message |
Error message to display |
||
| character(len=*), | intent(in) | :: | file |
Source file where the error occurred |
||
| integer, | intent(in) | :: | line |
Line number where the error occurred |
||
| integer, | intent(in), | optional | :: | error_code |
Optional error code |