# Functions
NewParseError initializes a new error which happened during parsing and keeps the context of the model which is being processed.
# Structs
ParseError returned when the input is an invalid model.
SwaggerParser implements the Parser interface and turns a swagger yaml file into the internal Definition structure which describes all operations and parameters of the service.