How to Solve NameError: name 'error' is not defined -- bottle

Solution: Import the 'error' module

# Add the following line to the top of your code
from bottle import error

 

For more information:
bottle error