You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/errors/errorMessage.go
+3
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,9 @@ var (
222
222
GALASA_ERROR_RESET_RUN_RESPONSE_PARSING=NewMessageType("GAL1134E: The runs reset operation failed. Unable to process the error information returned from the server.", 1134, STACK_TRACE_WANTED)
223
223
GALASA_ERROR_CANCEL_RUN_FAILED=NewMessageType("GAL1135E: Error cancelling run '%v'. Reason: '%s'", 1135, STACK_TRACE_WANTED)
224
224
GALASA_ERROR_CANCEL_RUN_RESPONSE_PARSING=NewMessageType("GAL1136E: The runs cancel operation failed. Unable to process the error information returned from the server.", 1136, STACK_TRACE_WANTED)
225
+
GALASA_ERROR_FAILED_TO_COMPILE_NAMESPACE_REGEX=NewMessageType("GAL1137E: Unable to compile the regex pattern for Galasa Property field 'namespace'. Reason: '%s'", 1137, STACK_TRACE_NOT_WANTED)
226
+
GALASA_ERROR_INVALID_PROPERTY_NAMESPACE_FORMAT=NewMessageType("GAL1138E: The namespace, '%s', provided does not match formatting requirements. "+
227
+
"The namespace must start with a character in the 'a-z' range, followed by characters in the 'a'-'z' or '0'-'9' ranges only.", 1138, STACK_TRACE_NOT_WANTED)
225
228
226
229
// Warnings...
227
230
GALASA_WARNING_MAVEN_NO_GALASA_OBR_REPO=NewMessageType("GAL2000W: Warning: Maven configuration file settings.xml should contain a reference to a Galasa repository so that the galasa OBR can be resolved. The official release repository is '%s', and 'pre-release' repository is '%s'", 2000, STACK_TRACE_WANTED)
0 commit comments