diff options
Diffstat (limited to 'azalea-auth/src/auth.rs')
| -rw-r--r-- | azalea-auth/src/auth.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index ef084d95..c2b639e9 100644 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -60,6 +60,8 @@ pub enum AuthError { GetMinecraftAuthToken(#[from] MinecraftAuthError), #[error("Error authenticating with Xbox Live: {0}")] GetXboxLiveAuth(#[from] XboxLiveAuthError), + #[error("Error authenticating with Yggdrasil")] + Yggdrasil(#[from] crate::yggdrasil::YggdrasilAuthError), } /// Authenticate with Microsoft. If the data isn't cached, the user will be |
