efi
efi copied to clipboard
Implement proper errors
- Turn all what we call EfiErrors and EfiErrorKinds now into simply an enum called EfiStatusCode
- Expose proper errors per module as appropriate. These errors can hold above-said EfiStatusCode's as their causes.