TTDL-5 Added better error handling

This commit is contained in:
Pijus Kamandulis
2020-02-25 20:12:01 +02:00
parent 1b3f985f42
commit 7a691ad32d
10 changed files with 113 additions and 41 deletions
+3
View File
@@ -6,5 +6,8 @@ var ErrorCouldNotSerializeJSON = "Could not serialize json for video: %s\n"
// ErrorCouldNotRecogniseURL -
var ErrorCouldNotRecogniseURL = "Could not recognise URL format of string %s"
// ErrorCouldNotGetUserUploads -
var ErrorCouldNotGetUserUploads = "Failed to get user uploads: %s\n"
// ErrorPathNotFound -
var ErrorPathNotFound = "File path %s not found."