﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
201	make Violation messages for arguments and answers include the method name	davidsarah	davidsarah	"For example:
{{{
foolscap.tokens.Violation: Violation (<RootSlicer>.<answer-1>): ('cannot serialize <StorageServer ncieuno4> (allmydata.storage.server.StorageServer)',)
}}}
does not mention the method name. The linked pull request will change it to:
{{{
foolscap.tokens.Violation: Violation (<RootSlicer>.<answer-1-to-getReferenceByName>): ('cannot serialize <StorageServer ncieuno4> (allmydata.storage.server.StorageServer)',)
}}}
i.e. mentioning that the answer that failed to serialize was to the method {{{getReferenceByName}}}.

Arguments are handled similarly."	enhancement	closed	major	0.6.5	error-handling	0.6.4	fixed	usability error-reporting review-needed	
