You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it seems that Misskey's error ID is actually a UUID.
Implementing ApiErrorID with Uuid has a big advantage, especially in terms of the ability to create constants.
It would be very useful to have known error IDs as constants.
Unresolved questions
Are all Misskey's error IDs UUID?
Where to implement error ID constants?
The text was updated successfully, but these errors were encountered:
ApiErrorId
is just a newtype ofString
.misskey-rs/misskey-core/src/model.rs
Line 13 in 273c28a
However, it seems that Misskey's error ID is actually a UUID.
Implementing
ApiErrorID
withUuid
has a big advantage, especially in terms of the ability to create constants.It would be very useful to have known error IDs as constants.
Unresolved questions
The text was updated successfully, but these errors were encountered: