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
We want to change the function signature to return an enum rather than a Result so that it doesn't seem like something bad has happened when we catch an error.
Maybe something like:
enumRetainResult{EmptyOk}
⬆️ Sacrificial draft. Change as necessary.
Then we can also add extra states if needed down the line.
The text was updated successfully, but these errors were encountered:
quilkin/src/config/endpoints.rs
Line 83 in c2df710
We want to change the function signature to return an
enum
rather than aResult
so that it doesn't seem like something bad has happened when we catch an error.Maybe something like:
⬆️ Sacrificial draft. Change as necessary.
Then we can also add extra states if needed down the line.
The text was updated successfully, but these errors were encountered: