bevy/errors
François f73987ae84 add a more helpful error to help debug panicking command on despawned entity (#5198)
# Objective

- Help users fix issue when their app panic when executing a command on a despawned entity

## Solution

- Add an error code and a page describing how to debug the issue
2022-07-05 18:44:54 +00:00
..
src add a more helpful error to help debug panicking command on despawned entity (#5198) 2022-07-05 18:44:54 +00:00
B0001.md ParamSet for conflicting SystemParam:s (#2765) 2022-03-29 23:39:38 +00:00
B0002.md Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
B0003.md add a more helpful error to help debug panicking command on despawned entity (#5198) 2022-07-05 18:44:54 +00:00
Cargo.toml Add readme to errors crate and clean up cargo files (#3125) 2021-11-13 23:06:48 +00:00
README.md Add readme to errors crate and clean up cargo files (#3125) 2021-11-13 23:06:48 +00:00

Bevy Error Codes

This crate lists and tests explanations and examples of Bevy's error codes.

For the latest Bevy release, you can find a rendered version of the error code descriptions at bevyengine.org/learn/errors.