chore(serverUtils.js) fix error response
This commit is contained in:
parent
660bfb058d
commit
6b53294330
@ -216,7 +216,7 @@ const handleApiError = (error, res) => {
|
|||||||
body: {
|
body: {
|
||||||
status: 'error',
|
status: 'error',
|
||||||
message:
|
message:
|
||||||
'Failed to parse API response. This usually means the SSO token is invalid or expired.',
|
'Failed to parse API response. Refresh and try again or obtain a new SSO token.',
|
||||||
error_type: 'InvalidResponseError',
|
error_type: 'InvalidResponseError',
|
||||||
timestamp: global.Utils.toIsoString(new Date()),
|
timestamp: global.Utils.toIsoString(new Date()),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user