SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Standardize reject error messages #270

Open SML-MeSo opened 4 years ago

SML-MeSo commented 4 years ago

Goal is to have a standard set of error messages when rejecting promises, whether they are due to parameter mismatches, environment limitations (source vs extension), minimum version requirements, etc.

Preferable approach is to put all messages in a single file, to provide single point of access when updating them.