Add error types for init uploading
All checks were successful
Tests / Tests (pull_request) Successful in 15s

This commit is contained in:
2024-09-03 15:50:02 -07:00
parent fd5c28e073
commit b773ccfc8f
3 changed files with 45 additions and 27 deletions

View File

@@ -55,6 +55,12 @@ mutation GetHlsInitUploadLink($videoId: Int!) {
... on NoInitForChunkedUploadErr {
segmentType
}
... on InitUploadAlreadyCompletedErr {
segmentType
}
... on TooManyInitUploadsErr {
linksRequested
}
}
}
}