The SQLSTATE code for the error.
(&self)
| 534 | |
| 535 | /// The SQLSTATE code for the error. |
| 536 | pub fn code(&self) -> &SqlState { |
| 537 | &self.code |
| 538 | } |
| 539 | |
| 540 | /// The primary human-readable error message. |
| 541 | /// |
no outgoing calls
no test coverage detected