Nordcom AB's Logo
NewsDocumentation
Admin
728d899
Terms of ServicePrivacy Policy
© 2023-2026 Nordcom AB
Back
404:

TODO

GENERIC_TODO

Error Class Name

TodoError.

Possible Causes

  • Querying an in-development route.
  • Using a non-stable provider with unimplemented features.

Documentation

This error is thrown when something is unimplemented or work in progress and not ready to be used or consumed.

Code

Related Articles

  • TODO
  • Another TODO
// TODO: Implement feature XxYy.

throw new TodoError();