Updates
This commit is contained in:
@@ -101,7 +101,7 @@ export default async function queryDSQLAPI<
|
||||
payload: undefined,
|
||||
msg: `An error occurred while parsing the response`,
|
||||
error: error.message,
|
||||
errorData: requestOptions,
|
||||
errorData: { requestOptions, grabedHostNames },
|
||||
} as APIResponseObject);
|
||||
}
|
||||
});
|
||||
@@ -112,7 +112,7 @@ export default async function queryDSQLAPI<
|
||||
payload: undefined,
|
||||
msg: `An error occurred on the response`,
|
||||
error: err.message,
|
||||
errorData: requestOptions,
|
||||
errorData: { requestOptions, grabedHostNames },
|
||||
} as APIResponseObject);
|
||||
});
|
||||
}
|
||||
@@ -124,7 +124,7 @@ export default async function queryDSQLAPI<
|
||||
payload: undefined,
|
||||
msg: `An error occurred while making the request`,
|
||||
error: err.message,
|
||||
errorData: requestOptions,
|
||||
errorData: { requestOptions, grabedHostNames },
|
||||
} as APIResponseObject);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user