Get the error code
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(error_t), | intent(in) | :: | this |
pure function error_get_code(this) result(code) !! Get the error code class(error_t), intent(in) :: this integer :: code code = this%code end function error_get_code