Error Set FileAllError [src]

Errors

ReadFailed

Detailed diagnostics are found on the File.Reader struct.

WriteFailed

See the Writer implementation for detailed diagnostics.

Source

pub const FileAllError = error{ /// Detailed diagnostics are found on the `File.Reader` struct. ReadFailed, /// See the `Writer` implementation for detailed diagnostics. WriteFailed, }