yt-dlp-dags/thrift_model/data/exceptions.thrift
2025-08-26 18:00:55 +03:00

15 lines
365 B
Thrift

namespace py pangramia.yt.exceptions
namespace java com.pangramia.yt.exceptions
exception PBServiceException {
1: required string message,
2: optional string errorCode,
3: optional map<string, string> context
}
exception PBUserException {
1: required string message,
2: optional string errorCode,
3: optional map<string, string> context
}