fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Error codes #110

Open justindotpub opened 1 year ago

justindotpub commented 1 year ago

Define errors for the error conditions we need to explicitly handle, and then ensure that those errors map to appropriate http codes where needed.

One example... we need to indicate when blocks are missing but we were successful in transferring what was present.

ETA: 2023-10-31