Errors

Swift Rust uses the SR-E error code prefix. Each code has a dedicated page in the docs.

Code format

SR-E followed by a 4-digit code. The first two digits identify the category, the last two identify the specific error.

Categories

  • SR-E00xx — Build errors
  • SR-E01xx — Server errors
  • SR-E02xx — Routing errors
  • SR-E03xx — Component errors
  • SR-E04xx — Image errors
  • SR-E05xx — Font errors
  • SR-E06xx — PDF errors
  • SR-E07xx — Video errors
  • SR-E10xx — Compiler errors
  • SR-E14xx — Configuration errors

Looking up a code

Each error code has a page at /errors/SR-Exxxx. For example: /errors/SR-E0001.