Error represents a error's specification.
| 30 | |
| 31 | // Error represents a error's specification. |
| 32 | type Error struct { |
| 33 | Err error |
| 34 | Type ErrorType |
| 35 | Meta any |
| 36 | } |
| 37 | |
| 38 | type errorMsgs []*Error |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected