diff options
Diffstat (limited to 'docs/json/core/error_or.json')
-rw-r--r-- | docs/json/core/error_or.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/json/core/error_or.json b/docs/json/core/error_or.json new file mode 100644 index 0000000..0cf5342 --- /dev/null +++ b/docs/json/core/error_or.json @@ -0,0 +1,8 @@ +{ + "class":"error_or", + "templates": [ + "T" + ], + "brief_desc" : "Either holds an error or the template value.", + "desc" : "" +} |