Enum actix_protobuf::ProtoBufPayloadError [−][src]
pub enum ProtoBufPayloadError {
Overflow,
ContentType,
Serialize(ProtoBufEncodeError),
Deserialize(ProtoBufDecodeError),
Payload(PayloadError),
}
Variants
Payload size is bigger than 256k
Content type error
Serialize error
Tuple Fields of Serialize
Deserialize error
Tuple Fields of Deserialize
Payload error
Trait Implementations
Performs the conversion.
Performs the conversion.
Creates full response for error. Read more
fn status_code(&self) -> StatusCode
fn status_code(&self) -> StatusCode
Returns appropriate status code for error. Read more