Version: Unity 6.3 LTS (6000.3)
LanguageEnglish
  • C#

Arguments.ErrorPolicy

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The policy Unity uses when dedicated server command-line arguments are invalid.

This is how Unity responds to unknown command-line arguments and invalid values for known arguments. The default value is configured in Dedicated Server Player settings. At startup, Unity might also set this property from the -arg-error-policy or -aep command-line flag. Valid values are ignore, warn, and fatal. Additional resources: ArgumentErrorPolicy.