You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8"?><OperationOutcomexmlns="http://hl7.org/fhir">
<idvalue="searchfail"/>
<text>
<statusvalue="generated"/>
<divxmlns="http://www.w3.org/1999/xhtml">
<p>The "name" parameter has the modifier "exact" which is not supported by this server</p>
</div>
</text>
<issue>
<severityvalue="fatal"/>
<codevalue="code-invalid"/>
<details>
<textvalue="The "name" parameter has the modifier "exact" which is not supported by this server"/>
</details>
<locationvalue="http.name:exact"/>
</issue>
</OperationOutcome>
I'm thinking extends RestExeption... How custom the actual output exception?
Regards!. In the FHIR is a standard the output is represented by "OperationOutcome's" and the errors, the same eg:.
I'm thinking extends RestExeption... How custom the actual output exception?
The text was updated successfully, but these errors were encountered: