# Functions
PrintError will attempt to traverse the nested error and recursively print out any nested ParserErrors found If a multierror.Error is found, we will recurisvely print out each error found.
# Structs
ParserError encapsulates the contextual error relating to parsing an API schema The fields can be arbitrarily used to represent whatever information you wish.