You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/docs/error-formatting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Only `jwt.UnknownPayloadTypeError()` remains a sentinel function (no struct type
42
42
43
43
| Type | Structured Fields | Meaning |
44
44
|------|------------------|---------|
45
-
|`KeyTypeMismatchError`|`Got`, `Want` (both `reflect.Type`) | Generic type parameter on `Import[T]` / `ParseKeyAs[T]` does not match the resolved key type|
45
+
|`KeyTypeMismatchError`|`Got`, `Want` (both `reflect.Type`) | Generic type parameter on `Import[T]` / `ParseKeyAs[T]`/ `Export[T]` / `ExportAll[T]`does not match the value the function produced|
46
46
|`UnknownKeyTypeError`|`KeyType` (string; empty when `kty` was missing) | Probe couldn't resolve `kty` to a known key family. Empty `KeyType` = `kty` field absent or non-string; populated = `kty` was a string but unrecognized |
47
47
|`FieldNotFoundError`|`Name`| Field not present (`jwk.Get` miss) |
48
48
|`FieldTypeMismatchError`|`Name`, `Got`, `Want`| Field present but wrong type (`jwk.Get` type assertion failed) |
0 commit comments