Class ErrorHandler
Custom static error page to be served when an error occurs.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ErrorHandler : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCode
Error condition this handler applies to.
Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
MIME type of file. Defaults to text/html.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
StaticFile
Static file content to be served for this error.
Declaration
[JsonProperty("staticFile")]
public virtual string StaticFile { get; set; }
Property Value
Type | Description |
---|---|
string |