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() {
|
||||
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',
|
||||
detail: 'datasource',
|
||||
http_status: 429
|
||||
|
Loading…
Reference in New Issue
Block a user