Add Negative tests for pad, reshape, slice, transpose

Signed-off-by: Matthew Haddon <matthew.haddon@arm.com>
Change-Id: I659337aadfd0498bf88a95737f69c51efec797cc
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index 35a391e..93a35b3 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -45,5 +45,13 @@
     PoolingOutputShapeMismatch = "PoolingOutputShapeMismatch"
     ScaleNotTrue = "ScaleNotTrue"
     ScaleTrue = "ScaleTrue"
+    TensorSizeInputOutputMismatch = "TensorSizeInputOutputMismatch"
+    StartSmallerZero = "StartSmallerZero"
+    SizeSmallerEqualZero = "SizeSmallerEqualZero"
+    StartSizeOutsideBounds = "StartSizeOutsideBounds"
+    SizeOutputShapeMismatch = "SizeOutputShapeMismatch"
+    InputSizeStartLengthMismatch = "InputSizeStartLengthMismatch"
+    IndexOutsideBounds = "IndexOutsideBounds"
+    IndexUsedTwice = "IndexUsedTwice"