Get the numeric code for this error.
(&self)
| 33 | impl ErrorCode { |
| 34 | /// Get the numeric code for this error. |
| 35 | pub fn code(&self) -> u32 { |
| 36 | *self as u32 |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | /// A typed error with a stable error code. |
no outgoing calls
no test coverage detected