Table of Contents
CiscoVsmExceptions.idl
The CiscoVsmExceptions module defines exceptions that are raised by the interface operations of the CiscoVpnServiceModel, CiscoVsmBrowser, CiscoVsmFWCreator, and CiscoVsmSRCreator modules.
See Also
CiscoVpnServiceModel, CiscoVsmBrowser, CiscoVsmFWCreator, CiscoVsmSRCreator
Since
Cisco VPN Solutions Center, Release 1.0
Exception raised when invalid data is given.
Usage
exception InvalidData
{
long errCode;
string errMessage;
};
Parameters
errCodelong that is unique and associated with a specific data-format violation in the VPN Inventory Repository. This field is reserved for future use.
errMessagestring that describes the data-format violation that raised the exception.
Description
The following describes a list of possible values that can appear in errCode.
- LESS THAN 0Internal error codes from Raima database.
- 1-99Internal error codes from Raima database.
- 0Success. No error.
- 100General failure. Please examine errMessage for details.
- 102Database open failure.
- 103Database operation failure.
- 104Invalid database name.
- 105Invalid database.
- 106Invalid database path.
- 107Invalid database search key.
- 108Invalid object. An object becomes invalid when an error occurred during its retrieval or creation.
- 110Duplicate key. An object with the same key already exists in the database.
- 112String too long.
- 113Invalid string.
- 116Invalid parameter.
- 122Record deleted. The record that is being retrieved has just been removed from the database.
- 123Object cannot be deleted. An object is not removable if some other objects are depending on it. For example, a region cannot be deleted if it contains at least one PE.
- 125Object not found.
Since
Cisco VPN Solutions Center, Release 1.0
Exception raised by repository accessing functions
Usage
exception RepException
{
long errCode;
string errMessage;
};
Parameters
errCodelong that is unique and associated with a specific condition in the VPN Inventory Repository.
errMessagestring that describes the condition that raised the exception.
Description
The following describes a list of possible values that can appear in errCode.
- LESS THAN 0Internal error codes from Raima database.
- 1-99Internal error codes from Raima database.
- 0Success. No error.
- 100General failure. Please examine errMessage for details.
- 102Database open failure.
- 103Database operation failure.
- 104Invalid database name.
- 105Invalid database.
- 106Invalid database path.
- 107Invalid database search key.
- 108Invalid object. An object becomes invalid when an error occurred during its retrieval or creation.
- 110Duplicate key. An object with the same key already exists in the database.
- 112String too long.
- 113Invalid string.
- 116Invalid parameter.
- 122Record deleted. The record that is being retrieved has just been removed from the database.
- 123Object cannot be deleted. An object is not removable if some other objects are depending on it. For example, a region cannot be deleted if it contains at least one PE.
- 125Object not found.
Since
Cisco VPN Solutions Center, Release 1.0







Posted: Tue Sep 26 16:51:51 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.