We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef9091 commit f77598eCopy full SHA for f77598e
1 file changed
proposals/filesystem/wit-0.3.0-draft/types.wit
@@ -265,6 +265,10 @@ interface types {
265
text-file-busy,
266
/// Cross-device link, similar to `EXDEV` in POSIX.
267
cross-device,
268
+ /// A catch-all for errors not captured by the existing variants.
269
+ /// Implementations can use this to extend the error type without
270
+ /// breaking existing code.
271
+ other,
272
}
273
274
/// File or memory access pattern advisory information.
0 commit comments