Layr-Labs / eigenda-proxy

EigenDA sidecar proxy server used for communication between rollup software and EigenDA.
MIT License
14 stars 20 forks source link

API Error type #152

Open epociask opened 1 week ago

epociask commented 1 week ago
type APIError struct {
   errorID UUID
   requestID UUID
   internalMsg string
   clientMsg string
}