mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Adding an error type. (#220)
This commit is contained in:
parent
b2edfeeaff
commit
f36360cab2
1 changed files with 1 additions and 1 deletions
|
@ -145,10 +145,10 @@ export type LemmyErrorType =
|
|||
| { error: "couldnt_send_webmention" }
|
||||
| { error: "contradicting_filters" }
|
||||
| { error: "instance_block_already_exists" }
|
||||
| { error: "auth_cookie_insecure" }
|
||||
| { error: "too_many_items" }
|
||||
| { error: "community_has_no_followers" }
|
||||
| { error: "ban_expiration_in_past" }
|
||||
| { error: "invalid_unix_time" }
|
||||
| { error: "invalid_bot_action" }
|
||||
| { error: "cant_block_local_instance" }
|
||||
| { error: "unknown"; message: string };
|
||||
|
|
Loading…
Reference in a new issue