Get the error level of this condition. @return the error level condition item. */
| 175 | @return the error level condition item. |
| 176 | */ |
| 177 | enum_warning_level get_level() const |
| 178 | { return m_level; } |
| 179 | |
| 180 | Sql_state_errno_level() |
| 181 | :m_level(WARN_LEVEL_ERROR) |
no outgoing calls
no test coverage detected