core.operationoutcometostring | Medplum

operationOutcomeToString() function

Returns a string representation 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.