Andrew Kelley
4ea1aaf798
std.Io.net: use the appropriate error code
...
Previous commit fixed the crash but used this error code:
```
/// The interface name is longer than the host operating system supports.
NameTooLong,
```
More appropriate error code based on the documentation is:
```
/// If this is returned, more detailed diagnostics can be obtained by
/// calling the `Parsed.init` function.
ParseFailed,
```
2026-06-10 21:32:44 -07:00
..
2026-06-11 05:59:44 +02:00
2026-06-02 10:21:25 +02:00
2026-06-10 12:43:22 -07:00
2026-06-11 01:36:18 +02:00
2026-06-10 16:14:58 +02:00
2026-05-25 18:38:01 -07:00
2026-05-19 20:11:28 +02:00
2026-06-07 04:58:53 +02:00
2026-06-03 02:24:15 +02:00
2026-05-27 10:03:51 +01:00
2026-06-10 21:32:44 -07:00
2026-06-10 16:14:53 +02:00
2026-05-23 11:02:55 +02:00
2026-05-31 09:21:02 +02:00
2026-05-27 10:03:51 +01:00
2026-05-27 10:03:51 +01:00
2026-06-04 17:04:58 +02:00
2026-05-27 10:03:51 +01:00
2026-06-10 16:14:58 +02:00
2026-04-30 08:57:51 +01:00
2026-06-11 05:40:50 +02:00
2026-04-30 08:57:51 +01:00
2026-05-27 10:03:51 +01:00
2026-05-27 10:03:51 +01:00
2026-04-30 08:57:51 +01:00
2026-06-10 16:14:58 +02:00
2026-06-07 06:11:08 +02:00
2026-05-29 20:41:11 +02:00
2026-05-25 18:54:36 -07:00
2026-05-08 21:55:08 +01:00
2026-05-23 11:02:56 +02:00
2026-04-30 08:57:51 +01:00
2026-05-21 20:37:11 +02:00
2026-06-11 05:59:44 +02:00
2026-06-01 14:46:00 +02:00
2026-05-27 10:03:51 +01:00
2026-04-30 08:57:51 +01:00
2026-06-11 06:05:18 +02:00
2026-05-02 02:26:15 +02:00
2026-06-11 05:43:57 +02:00
2026-05-27 10:03:51 +01:00
2026-05-27 10:03:51 +01:00
2026-05-06 19:35:40 +02:00
2026-05-27 10:03:51 +01:00
2026-05-26 19:32:01 +02:00
2026-05-25 18:32:36 -07:00
2026-04-30 08:57:51 +01:00
2026-05-27 10:03:51 +01:00
2026-05-17 19:48:12 +03:00
2026-06-07 04:58:53 +02:00
2026-05-03 21:42:06 +01:00
2026-05-29 15:32:27 -07:00
2026-06-07 04:58:53 +02:00
2026-06-06 20:41:09 -07:00
2026-05-27 10:03:51 +01:00
2026-06-04 17:05:00 +02:00
2026-05-29 08:12:12 +02:00
2026-05-17 18:08:57 +01:00
2026-06-07 23:27:01 -07:00
2026-05-27 10:03:51 +01:00
2026-05-03 21:42:06 +01:00
2026-06-07 04:58:53 +02:00
2026-06-06 23:37:09 +02:00
2026-05-03 12:22:37 +01:00
2026-04-30 08:57:51 +01:00
2026-06-07 04:58:53 +02:00
2026-06-07 04:58:53 +02:00
2026-06-04 16:08:36 +02:00
2026-04-30 08:57:51 +01:00
2026-05-27 10:03:51 +01:00
2026-06-08 17:16:22 -07:00