| ServiceResult Fields | 
The ServiceResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DeveloperDetails | 
            Contains detailed information about the error that might help developers to 
            analyze the problem. If security settings allow, a stack trace might be included.
              | |
| ErrorCategory | 
            Indicates the error category.
              | |
| ErrorMessage | 
            Contains a human-readable error message.
              | |
| PlatformErrorCode | 
            If the ServiceResult describes an ice.NET platform exception,
            this field contains the exception error code.
              | |
| PlatformErrorValues | 
            A sequence of values that describe the ice.NET platform exception. 
            The interpretation of the values depends on the PlatformErrorCode.
              | |
| Success | 
            Indicates whether the method has been successfully executed.
              |