Skip to content

Commit 8731938

Browse files
committed
feat: add InvalidStartIndexValue error variant
1 parent b9dadcb commit 8731938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ pub enum Error {
230230
InvalidHttpHeaderValue(String),
231231
/// The server sent an invalid response
232232
InvalidResponse,
233+
/// Invalid `start_index` value (not a multiple of 25).
234+
InvalidStartIndexValue,
233235
}
234236

235237
impl fmt::Display for Error {

0 commit comments

Comments
 (0)