The error occurs when WordPress tries to call the function is_super_admin() but the file that defines it has not been loaded. This typically happens in multisite environments or custom bootstraps where core capability files are skipped.
The missing definition leads to a fatal PHP error, stopping script execution and returning a server error response.