add 'SQL query timeout expired error.' to DB timeout limit error message.
This commit is contained in:
parent
b066b6da3a
commit
879e85d07f
@ -18,7 +18,8 @@ function isTimeoutError(err) {
|
|||||||
|
|
||||||
function createTimeoutError() {
|
function createTimeoutError() {
|
||||||
return new ErrorHandler({
|
return new ErrorHandler({
|
||||||
message: 'You are over platform\'s limits. Please contact us to know more details',
|
message: `You are over platform\'s limits. Please contact us to know more details.
|
||||||
|
SQL query timeout expired error.`,
|
||||||
context: 'limit',
|
context: 'limit',
|
||||||
detail: 'datasource',
|
detail: 'datasource',
|
||||||
http_status: 429
|
http_status: 429
|
||||||
|
Loading…
Reference in New Issue
Block a user