1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

add error file

This commit is contained in:
Bogdan Fazakas 2022-11-02 07:47:23 +02:00
parent 585cf53b69
commit 809b9bc2a3

View File

@ -0,0 +1,3 @@
export function getErrorMessage(resource: string, message: string): string {
return `${message} has failed for the following component: ${resource}`
}