Runtime Core Errors

Errors 0203 to 0227 are @aurelia/runtime package related errors.

Please see below a reference to each @aurelia/runtime package related error with explanations and resources for debugging and solving.

Runtime Core Errors (0203-0227)

These errors occur in the core runtime functionality including scoping, observation, dirty checking, and computed properties.

  • AUR0203 - Null scope

  • AUR0204 - Create scope with null context

  • AUR0206 - Switch on null connectable

  • AUR0207 - Switch active connectable

  • AUR0208 - Switch off null connectable

  • AUR0209 - Switch off inactive connectable

  • AUR0210 - Non-recognizable collection type

  • AUR0217 - Dirty check no handler

  • AUR0218 - Dirty check not allowed

  • AUR0219 - Dirty check setter not allowed

  • AUR0220 - Assign readonly size

  • AUR0221 - Assign readonly property from computed

  • AUR0224 - Invalid observable decorator usage

  • AUR0225 - Stopping a stopped effect

  • AUR0226 - Effect maximum recursion reached

  • AUR0227 - Computed mutating

Last updated

Was this helpful?