Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit da6259e

Browse files
authored
Mention that TagContext serialization error reporting is language dependent. (#31)
1 parent f73bcd4 commit da6259e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tags/TagContext.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ for specific formats.
3838
### Error handling
3939

4040
- There are no partial failures. The result of serialization or deserialization
41-
should always be a complete `TagContext` or an error.
41+
should always be a complete `TagContext` or an error. The type of error
42+
reporting depends on the language.
4243
- Serialization should result in an error if the `TagContext` does not meet the
4344
size restriction above.
4445
- Deserialization should result in an error if the serialized `TagContext`

0 commit comments

Comments
 (0)