#### To use this list, press Ctrl-F (or Cmd-F on Mac) and then type in the error code from yuzu. This should look similar to `XXXX-XXXX` where the Xs represent numbers and letters.
| Error Code | Description |
@ -13,20 +16,48 @@
| 0008-0008 | `ErrorBadFileAccessHeader` |
| 0008-0009 | `ErrorBadPFSHeader` |
| 0008-000A | `ErrorIncorrectPFSFileSize` |
| 0008-000B | `ErrorMissingHeaderKey` |
| 0008-000B | `ErrorMissingHeaderKey`<br> To read any encrypted file, you need the NCA header key. This should go in your prod.keys under `header_key`|
| 0008-000C | `ErrorIncorrectHeaderKey` |
| 0008-000D | `ErrorNCA2` |
| 0008-000E | `ErrorNCA0` |
| 0008-000D | `ErrorNCA2`<br> The NCA you are attempting to load is using an older format that is not currently supported. If you would like support to be added, consider filing an issue. |
| 0008-000E | `ErrorNCA0`<br> The NCA you are attempting to load is using an older format that is not currently supported. If you would like support to be added, consider filing an issue. |