Skip to content

Commit

Permalink
Remove "potential" wording from definitive fixes in error docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sudokoko committed Oct 29, 2023
1 parent 9c49278 commit 71d2b8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/Errors.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# Errors

Here's a list of error codes, as well as their explanations and potential fixes, that are displayed within in-game and website notifications
to indicate what went wrong.
Here's a list of error codes, as well as their explanations and potential fixes, that are displayed within in-game and
website notifications to indicate what went wrong.

## Level Publishing

Expand All @@ -11,15 +11,15 @@ to indicate what went wrong.
- `LH-PUB-0002`: The level failed to publish because the slot does not include a `rootLevel`.
- `LH-PUB-0003`: The level failed to publish because the resource list is null.
- `LH-PUB-0004`: The level failed to publish because the level name is too long.
- **Potential Fix:** Shorten the level name to something below 64 characters.
- **Fix:** Shorten the level name to something below 64 characters.
- `LH-PUB-0005`: The level failed to publish because the level description is too long.
- **Potential Fix:** Shorten the level description to something below 512 characters.
- **Fix:** Shorten the level description to something below 512 characters.
- `LH-PUB-0006`: The level failed to publish because the server is missing resources required by the level.
- **Potential Fix:** Remove any resources that are not available on the server from the level.
- `LH-PUB-0007`: The level failed to publish because the root level is not a valid level.
- `LH-PUB-0008`: The level failed to publish because the root level is not an LBP3 Adventure level.
- `LH-PUB-0009`: The level failed to publish because the the user has reached their level publishing limit.
- **Potential Fix:** Delete some of your previously published levels to make room for new ones.
- **Fix:** Delete some of your previously published levels to make room for new ones.

## Level Republishing

Expand Down

0 comments on commit 71d2b8d

Please sign in to comment.