Skip to content

Commit 3605953

Browse files
committed
update doc on base64 error for #648
1 parent b455d66 commit 3605953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ The default types validations return the following error messages:
938938
| invalid date | use yyyy-mm-dd | date |
939939
| invalid time | use hh:mm:ss | time |
940940
| invalid timestamp | use yyyy-mm-dd hh:mm:ss | timestamp |
941+
| invalid base64 | illegal characters | varbinary, blob |
941942

942943
If you want the types validation to apply to all the types, you must activate the "`validation`" middleware.
943944
By default, all types are enabled. Which is equivalent to the two configuration possibilities:

0 commit comments

Comments
 (0)