parent
94c5572029
commit
73da748390
|
|
@ -1,11 +1,6 @@
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const posix = std.posix;
|
const posix = std.posix;
|
||||||
|
|
||||||
pub const UrlParsingError = std.Uri.ParseError || error{
|
|
||||||
HostnameIsNotMacAddress,
|
|
||||||
NoSchemeProvided,
|
|
||||||
};
|
|
||||||
|
|
||||||
pub const LocalHostnameValidationError = error{
|
pub const LocalHostnameValidationError = error{
|
||||||
PermissionDenied,
|
PermissionDenied,
|
||||||
Unexpected,
|
Unexpected,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue