Cogs.Core
Public Attributes | List of all members
GumboInternalError Struct Reference

Public Attributes

GumboErrorType type
 
GumboSourcePosition position
 
const char * original_text
 
union {
   uint64_t   codepoint
 
   GumboTokenizerError   tokenizer
 
   GumboStringPiece   text
 
   GumboDuplicateAttrError   duplicate_attr
 
   struct GumboInternalParserError   parser
 
v
 

Detailed Description

Definition at line 149 of file error.h.

Member Data Documentation

◆ codepoint

uint64_t GumboInternalError::codepoint

Definition at line 168 of file error.h.

◆ duplicate_attr

GumboDuplicateAttrError GumboInternalError::duplicate_attr

Definition at line 179 of file error.h.

◆ original_text

const char* GumboInternalError::original_text

Definition at line 159 of file error.h.

◆ parser

struct GumboInternalParserError GumboInternalError::parser

Definition at line 183 of file error.h.

◆ position

GumboSourcePosition GumboInternalError::position

Definition at line 154 of file error.h.

◆ text

GumboStringPiece GumboInternalError::text

Definition at line 176 of file error.h.

◆ tokenizer

GumboTokenizerError GumboInternalError::tokenizer

Definition at line 171 of file error.h.

◆ type

GumboErrorType GumboInternalError::type

Definition at line 151 of file error.h.


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