mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.141.1
This commit is contained in:
@@ -34,8 +34,8 @@ export class StartUniversalTranscodeResponseBody extends Error {
|
||||
/** The original data that was passed to this error instance. */
|
||||
data$: StartUniversalTranscodeResponseBodyData;
|
||||
|
||||
constructor(err: StartUniversalTranscodeResponseBodyData, options?: ErrorOptions) {
|
||||
super("", options);
|
||||
constructor(err: StartUniversalTranscodeResponseBodyData) {
|
||||
super("");
|
||||
this.data$ = err;
|
||||
|
||||
if (err.errors != null) {
|
||||
|
||||
Reference in New Issue
Block a user