File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 ExitCode_Okay = 0
66
77 // User errors (-100s):
8- ExitCode_ScriptBlobDownloadFailed = - 100
9- ExitCode_BlobCreateOrReplaceFailed = - 101
10- ExitCode_RunAsLookupUserFailed = - 102
8+ ExitCode_ScriptBlobDownloadFailed = - 100
9+ ExitCode_BlobCreateOrReplaceFailed = - 101
10+ ExitCode_RunAsLookupUserFailed = - 102
11+ ExitCode_HandlerSettingsViolateExtensionPolicy = - 103
12+ ExitCode_DownloadedScriptBlockedByExtensionPolicy = - 104
13+ ExitCode_ExtensionPolicyInvalid = - 226
1114
1215 // Service Errors (-200s):
1316 ExitCode_CreateDataDirectoryFailed = - 200
@@ -35,10 +38,5 @@ const (
3538 ExitCode_ImmediateTaskTimeout = - 222
3639 ExitCode_ImmediateTaskFailed = - 223
3740 ExitCode_CouldNotRehydrateMrSeq = - 224
38- ExitCode_LoadExtensionPolicySettingsFailed = - 300
39- ExitCode_ExtensionPolicyInvalid = - 302
40- ExitCode_HandlerSettingsViolateExtensionPolicy = - 303
41- ExitCode_DownloadedScriptBlockedByExtensionPolicy = - 304
42-
43- // Unknown errors (-400s):
41+ ExitCode_LoadExtensionPolicySettingsFailed = - 225
4442)
You can’t perform that action at this time.
0 commit comments