You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue that my calendar did not have a getAllDayEndAt() property and I got an error which was property not found
I think it would be great to have a package with all the possible errors so we can better handle errors in production.
I think we can just add them to a file with consts, no need to introduce a whole new package. When my contract runs out I will consider this. Happy to review PRs and accept good ones too.
I ran into an issue that my calendar did not have a
getAllDayEndAt()
property and I got an error which wasproperty not found
I think it would be great to have a package with all the possible errors so we can better handle errors in production.
The text was updated successfully, but these errors were encountered: