core.operationoutcometostring
Home > @medplum/core > operationOutcomeToString
operationOutcomeToString() function
Returns a string represenation of the operation outcome.
Signature:
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.