# Authentication ERROR_MESSAGE_NO_JWKS = "Could not get auth0 JWKs" ERROR_MESSAGE_COULD_NOT_DECODE = "Could not decode JWT" ERROR_MESSAGE_BAD_IDENTITY_UUID = "No identity found" ERROR_MESSAGE_NO_CREDENTIALS_PROVIDED = "No credentials provided" ERROR_MESSAGE_NOT_AUTHENTICATED = "Not authenticated" ERROR_MESSAGE_NO_ACCOUNT_FOUND = "No subaccount or vendor found" # Metadata ERROR_MESSAGE_NO_BULK_SESSION = ( "Could not find a bulk session for the provided identifier" ) ERROR_MESSAGE_NO_METADATA_FILE = ( "Could not find a metadata file for the provided identifiers" ) ERROR_MESSAGE_NO_ERROR_REPORT = ( "Could not find a metadata error report json file for the provided identifiers" ) ERROR_MESSAGE_NO_VENDOR_ID = ( "Could not find a vendor_id for the bulk_session associated with the file" ) ERROR_MESSAGE_NO_VENDOR_UUID = "Could not find a vendor_uuid for the provided vendor_id" # Assets ERROR_MESSAGE_NO_ASSETS_SPECIFIED = "Request has empty assets section" ERROR_MESSAGE_NO_ASSET_FILE = ( "Could not find an asset file for the provided identifiers" ) ERROR_MESSAGE_NO_TRANSFER_JOB = ( "Could not find an asset transfer job for the provided identifier" ) ERROR_MESSAGE_NO_REFRESH_TOKEN = "Could not find a refresh token for the specified user" # Access ERROR_MESSAGE_CANNOT_ACCESS_VENDOR = ( "Could not access vendor for the provided identifier(s)" ) # Tasks ERROR_MESSAGE_TASK_UPDATE_FORBIDDEN = "You do not have permission to update tasks" # Ingestion ERROR_MESSAGE_NO_INGESTION = ( "Could not find record for bulk session ingestion for the provided identifier" )