ERROR_INFO


This module has been removed in release 14.0.0. Use Script module instead.

Stores information about error.

You can find more information in comments below.

struct ERROR_INFO
    {
        ERROR_TYPE Type; // Error type 
        TOKEN *Token; // Token where error was detected. Can be nullptr 
        class CExpression *Expression; // Expression where error was detected. Can be nullptr 
    };
Namespace: nitisa::scripting
Include: Nitisa/Modules/Scripting/Types.h