Enum IisFastCgiApplicationStandardErrorMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the standard error mode for a FastCGI application.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisFastCgiApplicationStandardErrorMode
Fields
IgnoreAndReturn200 = 3
The standard error mode is to ignore the text in the STDERR stream and return an HTTP 200 error,
ReturnGeneric500 = 2
The standard error mode is to return a generic HTTP 500 error to the client.
ReturnStdErrIn500 = 1
The standard error mode is to return an HTTP 500 error and display the content in the STDERR stream to the client.
TerminateProcess = 4
The standard error mode is to terminate the FastCGI process and return a generic HTTP 500 error to the client.
Unknown = 0
The standard error mode is unknown.