1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//!This module contains parsers and builders structures
pub use Header;
pub use Builder;
pub use ;
pub type Result<T> = Result;
///Describes an error that occurred during parsing
///
///# Possible States
///- *InvalidFormat*
/// > If *InvalidFormat*, then the content is not as expected<br>
/// and the structure is not suitable for parsing it
///- *StatusCode*
/// > If *StatusCode*, perhaps the number was<br>
/// written incorrectly and could not be parsed
///- *Version*
/// > This protocol version is not supported<br>
/// or it was written incorrectly
///- *Reason*
///- *Method*
/// > Invalid method !
///- *Path*
/// > Error in the patch parsing