Photon 1.0.0
Loading...
Searching...
No Matches
GumboInternalError Struct Reference

#include <error.h>

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 
 

Member Data Documentation

◆ codepoint

uint64_t GumboInternalError::codepoint

◆ duplicate_attr

GumboDuplicateAttrError GumboInternalError::duplicate_attr

◆ original_text

const char* GumboInternalError::original_text

◆ parser

struct GumboInternalParserError GumboInternalError::parser

◆ position

GumboSourcePosition GumboInternalError::position

◆ text

GumboStringPiece GumboInternalError::text

◆ tokenizer

GumboTokenizerError GumboInternalError::tokenizer

◆ type

GumboErrorType GumboInternalError::type

◆ [union]

union { ... } GumboInternalError::v

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