Creates an encoding format error.
| 146 | |
| 147 | /// Creates an encoding format error. |
| 148 | static Error encoding_error(const std::string &msg) { |
| 149 | return Error(ErrorCode::EncodingError, msg); |
| 150 | } |
| 151 | |
| 152 | /// Creates a depth exceeded error. |
| 153 | static Error depth_exceed(const std::string &msg) { |