Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'status': 'error',
'code': 'InternalError',
'title': 'Internal Error',
'message': ''
},
'expected_exception': jwplatform.errors.JWPlatformInternalError
},
{
'http_status': 400,
'response': {
'status': 'error',
'code': 'ApiKeyMissing',
'title': 'User Key Missing',
'message': ''
},
'expected_exception': jwplatform.errors.JWPlatformApiKeyMissingError
},
{
'http_status': 400,
'response': {
'status': 'error',
'code': 'ApiKeyInvalid',
'title': 'User Key Invalid',
'message': ''
},
'expected_exception': jwplatform.errors.JWPlatformApiKeyInvalidError
},
{
'http_status': 400,
'response': {
'status': 'error',
'code': 'TimestampMissing',