kristjank / ark-net

Ark Client for .NET
MIT License
7 stars 18 forks source link

Create ErrorModel and extend models that can return an error #29

Closed ghost closed 7 years ago

ghost commented 7 years ago

This is so we don't return errors in existing fields like Address for 'GetByAddress'.

Add fields

  1. Success
  2. Error
ghost commented 7 years ago

Changed success to HasError so default serialization doesnt have to change

kristjank commented 7 years ago

OK - go ahead