# Functions
No description provided by the author
NewErrorBuilder creates a new instance of ErrorBuilder.
No description provided by the author
No description provided by the author
NewTemplateValidator returns a new instance of TemplateValidator.
ParseArgumentType attempts to convert a string to a ArgumentType.
# Constants
ArgumentTypeBool is a ArgumentType of type Bool.
ArgumentTypeFloat is a ArgumentType of type Float.
ArgumentTypeInt is a ArgumentType of type Int.
ArgumentTypeString is a ArgumentType of type String.
ArgumentTypeTimestamp is a ArgumentType of type Timestamp.
ArgumentTypeUnknown is a ArgumentType of type Unknown.
# Variables
No description provided by the author
# Structs
Argument represents an argument used in the error messages.
No description provided by the author
No description provided by the author
ErrorBuilder is responsible for creating Error instances.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TemplateValidator is an implementation of core.TemplateValidator interface.
TemplateValidatorConfig is a configuration for TemplateValidator.
# Interfaces
GoExporter is responsible for exporting the parsed errors to Go code.
No description provided by the author
# Type aliases
ArgumentType represents the type of the argument.