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
MSG_DEF(JSMSG_BACKEND_CERTIFICATE_HOSTNAME_EMPTY, 0, JSEXN_TYPEERR, "Backend constructor: certificateHostname can not be an empty string")
71
71
MSG_DEF(JSMSG_BACKEND_SNI_HOSTNAME_EMPTY, 0, JSEXN_TYPEERR, "Backend constructor: sniHostname can not be an empty string")
72
72
MSG_DEF(JSMSG_BACKEND_CA_CERTIFICATE_EMPTY, 0, JSEXN_TYPEERR, "Backend constructor: caCertificate can not be an empty string")
73
-
MSG_DEF(JSMSG_BACKEND_CONNECT_TIMEOUT_NEGATIVE, 0, JSEXN_RANGEERR, "Backend constructor: connectTimeout can not be a negative number")
74
-
MSG_DEF(JSMSG_BACKEND_CONNECT_TIMEOUT_TOO_BIG, 0, JSEXN_RANGEERR, "Backend constructor: connectTimeout must be less than 2^32")
75
-
MSG_DEF(JSMSG_BACKEND_FIRST_BYTE_TIMEOUT_NEGATIVE, 0, JSEXN_RANGEERR, "Backend constructor: firstByteTimeout can not be a negative number")
76
-
MSG_DEF(JSMSG_BACKEND_FIRST_BYTE_TIMEOUT_TOO_BIG, 0, JSEXN_RANGEERR, "Backend constructor: firstByteTimeout must be less than 2^32")
77
-
MSG_DEF(JSMSG_BACKEND_BETWEEN_BYTES_TIMEOUT_NEGATIVE, 0, JSEXN_RANGEERR, "Backend constructor: betweenBytesTimeout can not be a negative number")
78
-
MSG_DEF(JSMSG_BACKEND_BETWEEN_BYTES_TIMEOUT_TOO_BIG, 0, JSEXN_RANGEERR, "Backend constructor: betweenBytesTimeout must be less than 2^32")
73
+
MSG_DEF(JSMSG_BACKEND_TIMEOUT_NEGATIVE, 1, JSEXN_RANGEERR, "Backend constructor: {0} can not be a negative number")
74
+
MSG_DEF(JSMSG_BACKEND_TIMEOUT_TOO_BIG, 1, JSEXN_RANGEERR, "Backend constructor: {0} must be less than 2^32")
79
75
MSG_DEF(JSMSG_BACKEND_TLS_MIN_INVALID, 0, JSEXN_RANGEERR, "Backend constructor: tlsMinVersion must be either 1, 1.1, 1.2, or 1.3")
80
76
MSG_DEF(JSMSG_BACKEND_TLS_MAX_INVALID, 0, JSEXN_RANGEERR, "Backend constructor: tlsMaxVersion must be either 1, 1.1, 1.2, or 1.3")
81
77
MSG_DEF(JSMSG_BACKEND_TLS_MIN_GREATER_THAN_TLS_MAX, 0, JSEXN_RANGEERR, "Backend constructor: tlsMinVersion must be less than or equal to tlsMaxVersion")
0 commit comments