Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Dec 3, 2024
1 parent 60febf9 commit fbc8fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rwf/src/http/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ pub enum Error {
#[error("content too large")]
ContentTooLarge(Head),

/// Model used as user doesn't have an integer id column.
#[error("user model id is not an integer")]
UserIdNotAnInteger,

/// Model used as user has null id column.
#[error("user model is is null")]
UserIdIsNull,
}
Expand Down

0 comments on commit fbc8fdd

Please sign in to comment.