Error handling for Unauthorized Data

When you make any API call by passing input data that results in an authorization violation, either SoapInputAuthorizationException or SoapOutputAuthorizationException is returned. The usual case is passing an identifier that results in finding an API entity that does not belong to you. If this happens, you must correct the input data and call the API again.