API Documentation
Public Attributes | List of all members
nkExport::ExportError Struct Referencefinal

Holds information about a failure when trying to import an object using an Exporter. More...

Public Attributes

nkMemory::String _errorDesc
 Description of the error. For instance, "parsing error".
 
nkMemory::String _errorInfo
 Information about the error. For instance, a reason for the parsing error.
 
unsigned int _index = 0u
 The index in sources, at which the error has been spotted.
 
bool _activated = false
 Whether there is an error described (true) or not (false).
 

Detailed Description

Holds information about a failure when trying to import an object using an Exporter.


The documentation for this struct was generated from the following file: