## operationOutcomeToString() function

Returns a string representation of the operation outcome.

**Signature:**

```typescript
export declare function operationOutcomeToString(outcome: OperationOutcome): string;
```

## Parameters

| Parameter | Type               | Description                       |
|-----------|--------------------|-----------------------------------|
| outcome   | OperationOutcome    | The operation outcome.            |

**Returns:**

string

The string representation of the operation outcome.
