apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
17 lines (16 loc) • 421 B
text/xml
<RaiseFault name='RF-UnknownRequest'>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
<FaultResponse>
<Set>
<Payload contentType='application/json'>{
"error" : {
"code" : 404.01,
"message" : "that request was unknown; try a different request."
}
}
</Payload>
<StatusCode>404</StatusCode>
<ReasonPhrase>Not Found</ReasonPhrase>
</Set>
</FaultResponse>
</RaiseFault>