Property definitions

github $ GithubDeserializerErrors :: defaultinit
# An Error returned while deserializing objects from the API
class GithubDeserializerErrors
	super GithubError

	# Errors returned by the deserizalization process
	var deserizalization_errors: Array[Error]
end
lib/github/api.nit:494,1--500,3