| getappfwjsonerrorpageResult Structure Definition |
The getappfwjsonerrorpageResult structure defines the return type for getappfwjsonerrorpage API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
appfwjsonerrorpageList |
List of appfwjsonerrorpages |
| appfwjsonerrorpage Structure Definition |
The appfwjsonerrorpage structure defines the actual return type values for getappfwjsonerrorpage API. |
Syntax |
Members |
name |
Name of the JSON error object. |
response |
JSON error object contents |
src |
URL (protocol, host, path, and name) for the location at which to store the imported JSON error object.
NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access. |
_nextgenapiresource |
See Also |