Enum rouille::cgi::CgiError
[−]
[src]
pub enum CgiError {
BodyAlreadyExtracted,
IoError(IoError),
}Error that can happen when parsing the JSON input.
Variants
BodyAlreadyExtractedCan't parse the body of the request because it was already extracted.
IoError(IoError)Could not read the body from the request, or could not execute the CGI program.