raksul / go-clickup

Clickup go client
MIT License
39 stars 24 forks source link

Parse ClickUp error fields #54

Closed AlexThurston closed 6 months ago

AlexThurston commented 8 months ago

While not exactly documented ClickUp errors seem to have the format of:

{
   Err string
   ECode string
}

This will parse that format correctly.

a-thug commented 6 months ago

@w-haibara Could you review this PR?