#### 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 |
| -- | --|
| 0008-0000 | `Success` |
| 0008-0001 | `ErrorAlreadyLoaded`<br> This is an internal error and should be reported to the devs immediately. |
| 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-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. |