| ServiceResultBuilder Methods | 
The ServiceResultBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateServiceResultFailed(Exception) | 
            Creates a service result from an exception.
              | |
| CreateServiceResultFailed(IDatabaseRepository, Exception) | 
            Creates a service result from an exception.
              | |
| CreateServiceResultFailed(ServiceErrorCategory, String) | 
            Create error service result with given error category.
              | |
| CreateServiceResultPassed | 
            Creates a service result that indicates a successful method invocation.
              |