The Distribution Release model returned by Get Distribution Release (GET /projects/{projectId}/distributions/{hash}/release, api.projects.distributions.release.get) and Release Distribution (POST, api.projects.distributions.release.post) now includes an optional error object:
error — object with message (string); present only when the release status is failed
This applies to both file-based and string-based distribution releases, in both Crowdin and Crowdin Enterprise. Client libraries should add the field to the distribution release response models so consumers can surface release failures.
References:
The Distribution Release model returned by Get Distribution Release (
GET /projects/{projectId}/distributions/{hash}/release,api.projects.distributions.release.get) and Release Distribution (POST,api.projects.distributions.release.post) now includes an optionalerrorobject:error— object withmessage(string); present only when the releasestatusisfailedThis applies to both file-based and string-based distribution releases, in both Crowdin and Crowdin Enterprise. Client libraries should add the field to the distribution release response models so consumers can surface release failures.
References: