Class Error

Note

You have to include the header ErrorHandler.h.

class Error

This abstract class is either thrown or sent to the error handler when there is an error.

virtual ErrorCode Error::GetErrorCode() const = 0

Error code of the error

virtual const char *Error::GetName() const = 0

Name of the error

virtual const char *Error::GetDescription() const = 0

Description of the error


Copyright © 2022 · All Rights Reserved · Wysilab