index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-nbt
/
src
/
error.rs
blob: 3ada7cf7f4d4b5b512f368d8e09e0162b9602c53 (
plain
)
1
2
3
4
5
6
#[derive(Debug)] pub enum Error { InvalidTagType(u8), InvalidTag, WriteError, }