Export errors for json-rpc clients (#218)

Errors should get exported considering they are part of the
json-rpc APIs.
This commit is contained in:
Kim De Mey 2024-03-15 09:05:33 +01:00 committed by GitHub
parent a20ba207d2
commit ad8721e0f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@ import
../private/jrpc_sys
export
client, HttpClientFlag, HttpClientFlags
client, errors, HttpClientFlag, HttpClientFlags
logScope:
topics = "JSONRPC-HTTP-CLIENT"

View File

@ -16,7 +16,7 @@ import
../errors,
../private/jrpc_sys
export client
export client, errors
logScope:
topics = "JSONRPC-SOCKET-CLIENT"

View File

@ -16,4 +16,5 @@ import
export
websocketclientimpl,
client
client,
errors