mirror of
https://github.com/actions/runner.git
synced 2025-12-17 15:59:37 +00:00
Handle runner not found (#3536)
This commit is contained in:
@@ -5,6 +5,7 @@ namespace GitHub.Actions.RunService.WebApi
|
||||
[DataContract]
|
||||
public class BrokerErrorKind
|
||||
{
|
||||
public const string RunnerNotFound = "RunnerNotFound";
|
||||
public const string RunnerVersionTooOld = "RunnerVersionTooOld";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user