aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_error_if.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tosa_error_if.py')
-rw-r--r--verif/tosa_error_if.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index e310804..58595d3 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -22,4 +22,9 @@ class ErrorIf(object):
ShiftNotZero = "ShiftNotZero"
ShiftSmallerOne = "ShiftSmallerOne"
ShiftLargerEleven = "ShiftLargerEleven"
+ WrongInputType = "WrongInputType"
+ WrongOutputType = "WrongOutputType"
+ WrongInputList = "WrongInputList"
+ WrongOutputList = "WrongOutputList"
+ WrongRank = "WrongRank"