Struct google_appengine1::ErrorHandler [] [src]

pub struct ErrorHandler {
    pub error_code: Option<String>,
    pub mime_type: Option<String>,
    pub static_file: Option<String>,
}

Custom static error page to be served when an error occurs.

This type is not used in any activity, and only used as part of another schema.

Fields

Error condition this handler applies to.

MIME type of file. Defaults to text/html.

Static file content to be served for this error.

Trait Implementations

impl Default for ErrorHandler
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for ErrorHandler
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ErrorHandler
[src]

[src]

Formats the value using the given formatter.

impl Part for ErrorHandler
[src]