/// An extended version of the <see cref="ICallbacks"/>, which get invoked if the test run fails due to a build error or if any <see cref="UnityEngine.TestTools.IPrebuildSetup"/> has a failure.
///</summary>
publicinterfaceIErrorCallbacks : ICallbacks
{
///<summary>
/// Method invoked on failure.
///</summary>
///<param name="message">
/// The error message detailing the reason for the run to fail.