core.operationoutcomeissuetostring | Medplum

operationOutcomeIssueToString() function

Returns a string representation of the operation outcome issue.

Signature:

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.