Errors and Error Logging

If an error occurs during retrieval of a business service property, the system rolls back any changes, logs the error, and throws an exception. Error message handling is managed by the business service method. You can design your business service method so that when the system throws an exception, an error message is sent to the caller.

The following list identifies possible business service property errors that throw an exception and cause an error message to be returned to the caller:

  • Security credentials do not have authority to read business service properties.

  • The specified property key does not exist.

  • The value for the property key is null, and no default value is provided.

  • The values for the business service property record are incomplete.