Skip to content

Zoom validations #86

Answered by Jericho
Julie-House asked this question in Q&A
Jan 21, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You are absolutely correct that, currently, ZoomNet does not validate the input provided and the validation is delegated to the Zoom API. Before I present why I made this decision (and debating whether it was the right decision!), let me just describe how ZoomNet behaves when an error occurs, there may be information in there that might be useful to you.

ZoomNet error handling

When the Zoom API returns an error code, ZoomNet throws a ZoomException and attempts to give you as much details as possible about what just occurred. Specifically, you can catch the exception and review the following properties:

  • StatusCode: this property is simply the HttpStatusCode of the response to your request…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Julie-House
Comment options

@Jericho
Comment options

Answer selected by Jericho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants