TypeKey identifies an error for the purpose of looking up decoders. It is equivalent to the "family name" in ErrorTypeMarker.
| 290 | // TypeKey identifies an error for the purpose of looking up decoders. |
| 291 | // It is equivalent to the "family name" in ErrorTypeMarker. |
| 292 | type TypeKey string |
| 293 | |
| 294 | // GetTypeKey retrieve the type key for a given error object. This |
| 295 | // is meant for use in combination with the Register functions. |
no outgoing calls
no test coverage detected