Module Postini
ID: 1
Name: InternalError
Description: Internal error: ${message}
ID: 100
Name: ServiceNotFound
Description: There is no Postini service with service_id=${service_id}.
ID: 101
Name: FailedToLogin
Description: Attempt to log in to Postini for '${login}' has failed.
ID: 102
Name: CredentialNotFound
Description: There is no registered Postini's credintial with cred_id=${cred_id}.
ID: 103
Name: CredentialByAccountNotFound
Description: There is no registered Postini's credintial for an account with account_id='${account_id}'.
ID: 104
Name: CredentialCannotRegistered
Description: User with ID '${account_id}' has no permissions to register a Postini credential.
ID: 105
Name: DuplicateCredentialForAccount
Description: Postini credential already registered for an account with account_id='${account_id}'.
ID: 106
Name: RecipientAlreadyProtected
Description: Recipient with ID '${recipient_id}' and type '${recipient_type}' from mail service controller ${mail_sc_id} is already protected with Postini.
ID: 107
Name: InvalidMailServiceController
Description: Service controller with ID '${sc_id}' does not support mechanism for integration with Postini service.
ID: 108
Name: OrgNotFound
Description: Unable to find Postini's organization '${org}'.
ID: 109
Name: InvalidParameter
Description: Parameter '${paramName}' has invalid value.
ID: 110
Name: UniqueNameFailed
Description: Unable to generate unique organization name. Parent organization is '${parentOrgName}'.
ID: 111
Name: UserNotFound
Description: Unable to find Postini's user '${rec}'.
ID: 112
Name: SubscriptionNotFound
Description: Unable to find Postini's subscription '${sub}'.
ID: 113
Name: ResourceTypeNotFoundForSubscription
Description: Unable to find instance of resource type '${resTypeName}' for subscription (sub_id=${subId})
ID: 114
Name: InconsistenceOrgHierarchy
Description: Organization hierarchy is inconsistently because of Postini credentials are not registered.
ID: 115
Name: MailServiceActivated
Description: Mail protection service (sc_id=${scId}) has been already activated for the subscription (sub_id=${subId}).
ID: 116
Name: MailServiceNotActivated
Description: Mail protection service (sc_id=${scId}) is not activated for the subscription (sub_id=${subId}).
ID: 117
Name: CredentialNotRegistered
Description: Credendial for Postini Email Security service is not registered.
ID: 118
Name: ServiceNotActivatedForSubscription
Description: Postini Email Security service is not activated for subscription with ID : ${subId}
ID: 119
Name: PostiniAPIError
Description: ${errorStr} [Error code: ${errorCode}]
ID: 120
Name: RecipientNotFound
Description: Unable to find recipient ${recipient_id} with type '${recipient_type}' of mail service ${mail_service_id}.
ID: 121
Name: BadRecipientId
Description: Recipient with internal identifier ${internal_recipient_id} does not exist.
ID: 122
Name: BadPrimaryEmail
Description: Email '${primary_email}' cannot be assigned as a primary, because registrar status of its domain is not Ready and recipient is protected with Postini.
ID: 123
Name: PrimaryAliasesStillAssigned
Description: There are ${nb_objects} Postini objects which are still assigned to domain '${domain}': (${aliases_list}). These objects should be deleted or reassigned to other domain(s) before removal of the current domain.