# IProbeIntegrator.Result

> The type returned by the probe integrator. The type contains detailed error information.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.LightTransport](/engine/6000.7/script-reference/unityengine/lighttransport.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public struct IProbeIntegrator.Result
```

## Fields

| Value                                                                                                    | Description                              |
| -------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| [message](/engine/6000.7/script-reference/unityengine/lighttransport/iprobeintegrator/result/message.md) | The string containing the error message. |
| [type](/engine/6000.7/script-reference/unityengine/lighttransport/iprobeintegrator/result/type.md)       | The enum containing the result type.     |

## Constructors

| Constructor                                                                                                                                                                | Description                    |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| [Result(UnityEngine.LightTransport.IProbeIntegrator.ResultType,System.String)](/engine/6000.7/script-reference/unityengine/lighttransport/iprobeintegrator/result/ctor.md) | Construct a new Result object. |

## Methods

| Method                                                                                                     | Description                                  |
| ---------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [ToString](/engine/6000.7/script-reference/unityengine/lighttransport/iprobeintegrator/result/tostring.md) | Get the String representation of the result. |
