# coding=utf-8 __author__ = "Gareth Coles" from enum import IntEnum class ErrorCodes(IntEnum): unknown_route = 0 unauthorized = 1