-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return user error when CCF encodes attachment field
The CCF encoder currently requires field values and types to match. However, composite values that have attachment field don't satisfy this requirement because: - composite field values INCLUDE attachment field values - composite field types EXCLUDE attachment field types Currently, the encoder rejects this mismatch with a panic. This commit makes CCF encoder return a user error rather than panic for the caller to handle when this mismatch is encountered.
- Loading branch information
Showing
2 changed files
with
117 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters