mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 17:51:02 +02:00
Dump out Bedrock exception type
This commit is contained in:
parent
ea7e3a1183
commit
7d2cddd6fe
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ class Processor(ConsumerProducer):
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
||||||
|
print(type(e))
|
||||||
print(f"Exception: {e}")
|
print(f"Exception: {e}")
|
||||||
|
|
||||||
print("Send error response...", flush=True)
|
print("Send error response...", flush=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue