| ... | @@ -49,6 +49,14 @@ pub const UpdateError = error{ | ... | @@ -49,6 +49,14 @@ pub const UpdateError = error{ |
| 49 | Underflow, | 49 | Underflow, |
| 50 | UnexpectedEndOfFile, | 50 | UnexpectedEndOfFile, |
| 51 | NonResizable, | 51 | NonResizable, |
| | 52 | /// TODO why is this in the error set? |
| | 53 | Timeout, |
| | 54 | /// TODO why is this in the error set? |
| | 55 | ConnectionResetByPeer, |
| | 56 | /// TODO why is this in the error set? |
| | 57 | SocketUnconnected, |
| | 58 | /// TODO why is this in the error set? |
| | 59 | NotOpenForWriting, |
| 52 | } || | 60 | } || |
| 53 | codegen.GenerateSymbolError || | 61 | codegen.GenerateSymbolError || |
| 54 | Io.File.OpenError || | 62 | Io.File.OpenError || |