-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
Previously, the API allowed accessing the error messages that are returned by the Zencoder API. Now, there is just an Services_Zencoder_Exception
where the entire JSON response is returned as a part of the message.
Example:
Requesting an account with an existing e-mail address used to return an object with an errors property that contained an array with the string Email has already been taken
.
Now, an Services_Zencoder_Exception exception is thrown with the message being Invalid HTTP status code: 422, body: {"errors":["Email has already been taken"]}
. This is quite useless, compared to the previous behavior.
Metadata
Metadata
Assignees
Labels
No labels