UNPKG

@golem-sdk/golem-js

Version:

NodeJS and WebBrowser SDK for building apps running on Golem Network

6 lines (5 loc) 208 B
/** * Try to extract a message from a yagna API error. * If the error is not an instance of `ApiError`, return the error message. */ export declare function getMessageFromApiError(error: unknown): string;