mattmcnabb / OneLogin

A PowerShell module for automating components of a OneLogin account
7 stars 3 forks source link

Needs smart error handling #12

Open mattmcnabb opened 8 years ago

mattmcnabb commented 8 years ago

sometimes a new property is added to an object in the API, and a PowerShell object will not be instantiated but will return an error. A method is needed to return user-friendly errors describing that problem and the list of properties returned from the API.

Needs

mattmcnabb commented 7 years ago

Other errors to handle

mattmcnabb commented 7 years ago

Added error handling for unknown API object properties in cfcd82e9ecb0bd917dae3dd8a29f5348e4bc29a5