Result of I/O operations, the equivalent of errno
<gnome-vfs-result>
) ⇒ (ret mchars
)Returns a string representing result, useful for debugging purposes, but probably not appropriate for passing to the user.
- result
- a
<gnome-vfs-result>
to convert to a string.- ret
- a string representing result.
int
) ⇒ (ret <gnome-vfs-result>
)Converts a system errno value to a
<gnome-vfs-result>
.
- errno-code
- integer of the same type as the system "errno".
- ret
- a
<gnome-vfs-result>
equivalent to errno-code.
<gnome-vfs-result>
)Converts the system errno to a
<gnome-vfs-result>
.
- ret
- a
<gnome-vfs-result>
equivalent to the current system errno.