Update comment
This commit is contained in:
parent
a41288fa0a
commit
97ed884a98
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ pub enum Error {
|
||||||
"Attempted to fetch object from {0} which doesn't have valid ActivityPub Content-Type"
|
"Attempted to fetch object from {0} which doesn't have valid ActivityPub Content-Type"
|
||||||
)]
|
)]
|
||||||
FetchInvalidContentType(Url),
|
FetchInvalidContentType(Url),
|
||||||
/// Attempted to fetch object from url but the response's id field doesn't match
|
/// Attempted to fetch object but the response's id field doesn't match
|
||||||
#[error("Attempted to fetch object from {0} but the response's id field doesn't match")]
|
#[error("Attempted to fetch object from {0} but the response's id field doesn't match")]
|
||||||
FetchWrongId(Url),
|
FetchWrongId(Url),
|
||||||
/// Other generic errors
|
/// Other generic errors
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue