// AUTOMATICALLY GENERATED, DO NOT EDIT using System.Diagnostics.CodeAnalysis; namespace Pkmnlib { [SuppressMessage("ReSharper", "InconsistentNaming")] internal enum error_type : int { _S_error_collate = 0, _S_error_ctype = 1, _S_error_escape = 2, _S_error_backref = 3, _S_error_brack = 4, _S_error_paren = 5, _S_error_brace = 6, _S_error_badbrace = 7, _S_error_range = 8, _S_error_space = 9, _S_error_badrepeat = 10, _S_error_complexity = 11, _S_error_stack = 12, } }