File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pub enum Error {
23
23
Io ( String ) ,
24
24
#[ error( "Interface not found" ) ]
25
25
InterfaceNotFound ,
26
- #[ error( "HTTP request failed: {0} " ) ]
26
+ #[ error( "HTTP request failed" ) ]
27
27
HttpRequest ( String ) ,
28
28
#[ error( "Failed to deserialize HTTP body" ) ]
29
29
DeserializeBody ,
@@ -39,17 +39,17 @@ pub enum Error {
39
39
SendUdp ,
40
40
#[ error( "Failed to send TCP segment" ) ]
41
41
SendTcp ,
42
- #[ error( "Failed to send ping: {0} " ) ]
42
+ #[ error( "Failed to send ping" ) ]
43
43
Ping ( String ) ,
44
- #[ error( "Failed to get or set registry value: {0} " ) ]
44
+ #[ error( "Failed to get or set registry value" ) ]
45
45
Registry ( String ) ,
46
- #[ error( "Failed to change the service: {0} " ) ]
46
+ #[ error( "Failed to change the service" ) ]
47
47
Service ( String ) ,
48
- #[ error( "Could not read from or write to the file system: {0} " ) ]
48
+ #[ error( "Could not read from or write to the file system" ) ]
49
49
FileSystem ( String ) ,
50
- #[ error( "Could not serialize or deserialize file: {0} " ) ]
50
+ #[ error( "Could not serialize or deserialize file" ) ]
51
51
FileSerialization ( String ) ,
52
- #[ error( "User must be logged in but is not: {0} " ) ]
52
+ #[ error( "User must be logged in but is not" ) ]
53
53
UserNotLoggedIn ( String ) ,
54
54
#[ error( "Invalid URL" ) ]
55
55
InvalidUrl ,
You can’t perform that action at this time.
0 commit comments