Holmusk/pushy-client

Define `PushyResult` type properly

Closed this issue · 0 comments

Currently, the result type is defined haphazardly to enable hacking and testing. We need a better result definition that captures all the information we need about:

  • The status of the request
  • Failure codes and messages (if any)