Elaztek Developer Hub
Blamite Game Engine - blam!  00367.02.08.23.1815.blamite
The core library for the Blamite Game Engine.
Blam::Diagnostics::Errors Namespace Reference

Namespace containing things relating to error information and reporting. More...

Functions

BLAM std::string GetErrorString (BlamResult result)
 Alias of Blam::EngineText::LookupErrorString(). More...
 
BLAM void RegisterSignalExceptions ()
 Registers all signal handlers. More...
 

Detailed Description

Namespace containing things relating to error information and reporting.

Function Documentation

◆ GetErrorString()

std::string Blam::Diagnostics::Errors::GetErrorString ( BlamResult  result)

◆ RegisterSignalExceptions()

void Blam::Diagnostics::Errors::RegisterSignalExceptions ( )

Registers all signal handlers.

After this is called, signal exceptions will be thrown or handled by the engine.