aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-nbt/src/error.rs')
-rw-r--r--azalea-nbt/src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-nbt/src/error.rs b/azalea-nbt/src/error.rs
index 149a00e9..3ada7cf7 100644
--- a/azalea-nbt/src/error.rs
+++ b/azalea-nbt/src/error.rs
@@ -2,4 +2,5 @@
pub enum Error {
InvalidTagType(u8),
InvalidTag,
+ WriteError,
}