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_code: Option<String>
Error condition this handler applies to.
mime_type: Option<String>
MIME type of file. Defaults to text/html.
static_file: Option<String>
Static file content to be served for this error.
Trait Implementations
impl Default for ErrorHandler[src]
fn default() -> ErrorHandler
Returns the "default value" for a type. Read more
impl Clone for ErrorHandler[src]
fn clone(&self) -> ErrorHandler
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more