| ServiceResult Properties | 
The ServiceResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DeveloperDetails | 
            Provides detailed technical information about the error. This is to support developers and
            administrators to diagnose the cause of the error.  
              | |
| ErrorCategory | 
            Specifies the general kind of the error (logical, technical, authorization, etc.). 
              | |
| ErrorMessage | 
            Provides the error message in readable form.
              | |
| IsPlatformException | 
            Determines if the ServiceResult describes an ice.NET platform exception.
              | |
| 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 service method call has been successfully completed.
              |