core.operationoutcomeissuetostring
Home > @medplum/core > operationOutcomeIssueToString
operationOutcomeIssueToString() function
Returns a string represenation 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.