open_subtitles_controller = client.open_subtitles
OpenSubtitlesController
def validate_login_info(self,
body=None)
Parameter | Type | Tags | Description |
---|---|---|---|
body |
LoginInfoInput |
Body, Optional | - |
void
result = open_subtitles_controller.validate_login_info()
HTTP Status Code | Error Description | Exception Class |
---|---|---|
400 | Bad Request | ProblemDetailsException |
401 | Unauthorized | ProblemDetailsException |
403 | Forbidden | APIException |