index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Error.h
Age
Commit message (
Expand
)
Author
2022-02-16
AK: VERIFY inside release_value_but_fixme_should_propagate_errors()
Sam Atkins
2021-12-20
AK+LibMain: Improve formatter for AK::Error in userspace
Andreas Kling
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-16
AK+Tests: Use less space in ErrorOr
Ben Wiederhake
2021-12-05
AK: Implement missing const getters in AK::Error, fix typo
Ben Wiederhake
2021-11-22
AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Forward declare Error and ErrorOr in AK/Forward.h
Andreas Kling
2021-11-08
AK: Add some more ways to construct Error and ErrorOr<T>
Andreas Kling
2021-11-08
AK: Make Error.h pull in Try.h
Andreas Kling
2021-11-08
AK: Allow subclassing Error
Andreas Kling
2021-11-08
AK: Make Error and ErrorOr<T> work in Lagom as well :^)
Andreas Kling
2021-11-08
AK: Add ErrorOr<T>::release_value_but_fixme_should_propagate_errors()
Andreas Kling
2021-11-08
AK: Bring AK::Error into the global namespace
Andreas Kling
2021-11-08
AK: Add Error and ErrorOr<T>
Andreas Kling
2020-04-21
AK: Remove unused Error template
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-07-31
Add Error<>
Robin Burchell