## operationOutcomeIssueToString() function

Returns a string representation of the operation outcome issue.

**Signature:**

```typescript
export declare function operationOutcomeIssueToString(issue: OperationOutcomeIssue): string;
```

## Parameters

| Parameter | Type                   | Description                                     |
|-----------|------------------------|-------------------------------------------------|
| issue     | OperationOutcomeIssue  | The operation outcome issue.                    |

**Returns:**

string

The string representation of the operation outcome issue.
