# new StatusCodes() A hashmap of status codes mapping to their handler functions. Each status code calls a specific method that you need to implement if you want a custom handling. If you do not implement it, module:Core/Error.handleStatusCodesFallback will be used. Source: core/error.js, line 182