apigee-edge-js
Version:
nodejs library for the administration API for Apigee (Edge and X and hybrid).
17 lines (16 loc) • 422 B
text/xml
<RaiseFault name='RF-UnknownRequest'>
<Description>Unknown Request</Description>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
<FaultResponse>
<Set>
<Payload contentType='application/json'>{
"response" : {
"message" : "that request was unknown"
}
}
</Payload>
<StatusCode>404</StatusCode>
<ReasonPhrase>Not Found</ReasonPhrase>
</Set>
</FaultResponse>
</RaiseFault>