maidsafe / sn_routing

Routing - specialised storage DHT
Other
278 stars 81 forks source link

chore(errors): remove bincode as a public error #2455

Closed Dylan-DPC-zz closed 3 years ago

Dylan-DPC-zz commented 3 years ago

converts the error to a custom type so that we do not need to export bincode error as a public type

result types standardised to ensure we use the same type everywhere

some errors moved to a subtype