#[derive(Debug, thiserror::Error)] pubenum WriterError { #[error(transparent)]
TaskDumpError(#[from] crate::mac::task_dumper::TaskDumpError), #[error("Failed to write to memory")]
MemoryWriterError(#[from] crate::mem_writer::MemoryWriterError), #[error("Failed to write to file")]
FileWriterError(#[from] crate::dir_section::FileWriterError), #[error("Attempted to write an exception stream with no crash context")]
NoCrashContext,
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.